mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Add -Wno-deprecated to silence deprecation warnings
This commit is contained in:
parent
dd8c318a7d
commit
9955a5a2b3
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ endif
|
|||
endif
|
||||
|
||||
CFLAGS += -D_FILE_OFFSET_BITS=64 -Wall -Wno-unused-value -fexceptions
|
||||
CPPFLAGS += -D_FILE_OFFSET_BITS=64 -Wall -Wno-unused-value
|
||||
CPPFLAGS += -D_FILE_OFFSET_BITS=64 -Wall -Wno-unused-value -Wno-deprecated
|
||||
LDFLAGS += -Wall
|
||||
|
||||
ifeq ($(CATCH_ONLY_YERROR),true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue