]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/objc-category-debug-notes/Makefile
ld64-236.3.tar.gz
[apple/ld64.git] / unit-tests / test-cases / objc-category-debug-notes / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index 44023e6..9d719ee
@@ -32,7 +32,7 @@ include ${TESTROOT}/include/common.makefile
 run: all
 
 all:
-       ${CC} ${CCFLAGS} test.m -g -o test -framework Foundation
+       ${CC} ${CCFLAGS} test.m -g -o test -framework Foundation -Wno-objc-protocol-method-implementation
        nm -ap test | grep GSYM | grep category | ${FAIL_IF_STDIN}
        ${PASS_IFF_GOOD_MACHO} test