]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/bundle-unlinkable/Makefile
dyld-95.3.tar.gz
[apple/dyld.git] / unit-tests / test-cases / bundle-unlinkable / Makefile
index e7f9fd2228895e23f687ad530b241cd9555de573..bb9c30d350cf5ac5d748f054ae0e650c1f5c9979 100644 (file)
@@ -29,7 +29,7 @@ run: all
 all: main test.bundle
 
 main : main.c
-       ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c
+       ${CC} ${CCFLAGS} -Wno-deprecated-declarations  -I${TESTROOT}/include -o main main.c
 
 test.bundle : bundle.c libstuff.dylib
        ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c libstuff.dylib