mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
Hide warnings for deprecated functions
This commit is contained in:
@ -54,7 +54,8 @@ LOG_COMMAND := 2>&1 | tee -a compiler.log
|
|||||||
|
|
||||||
WARNINGS := \
|
WARNINGS := \
|
||||||
-Wall -W -Wpointer-arith -Wsign-compare -Wmissing-prototypes \
|
-Wall -W -Wpointer-arith -Wsign-compare -Wmissing-prototypes \
|
||||||
-Wundef -Wbad-function-cast -Wmissing-declarations -Wunused -Wwrite-strings
|
-Wundef -Wbad-function-cast -Wmissing-declarations -Wunused -Wwrite-strings \
|
||||||
|
-Wno-deprecated-declarations \
|
||||||
|
|
||||||
# -Wconversion -Wshadow
|
# -Wconversion -Wshadow
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user