Silence some warnings.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4533 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
496eefd2ee
commit
efdd046ef8
3
Makefile
3
Makefile
@ -437,6 +437,7 @@ $(SQLITE_OBJS): CFLAGS += \
|
||||
-DSQLITE_UNTESTABLE \
|
||||
-DSQLITE_USE_ALLOCA \
|
||||
-DHAVE_ISNAN \
|
||||
-DHAVE_GETHOSTUUID=0 \
|
||||
-Wno-implicit-fallthrough \
|
||||
-Wno-unused-but-set-variable \
|
||||
-Wno-unused-function \
|
||||
@ -548,6 +549,8 @@ $(ANDROID_TARGETS): LDFLAGS += \
|
||||
-llog \
|
||||
-lssl \
|
||||
-lcrypto
|
||||
$(IOS_TARGETS) $(IOSSIM_TARGETS): CFLAGS += \
|
||||
-Wno-unknown-warning-option
|
||||
$(IOS_TARGETS) $(IOSSIM_TARGETS): LDFLAGS += \
|
||||
-framework Foundation \
|
||||
-framework CoreFoundation \
|
||||
|
Loading…
Reference in New Issue
Block a user