mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-19 16:02:36 +02:00
13 lines
500 B
Diff
13 lines
500 B
Diff
diff --git a/flags.mk b/flags.mk
|
|
index 71f3d18..a243bb6 100644
|
|
--- a/flags.mk
|
|
+++ b/flags.mk
|
|
@@ -14,7 +14,7 @@ CFLAGS := -Wall -Wbad-function-cast -Wcast-align \
|
|
-Wmissing-noreturn -Wmissing-prototypes -Wnested-externs \
|
|
-Wpointer-arith -Wshadow -Wstrict-prototypes \
|
|
-Wswitch-default -Wunsafe-loop-optimizations \
|
|
- -Wwrite-strings -Werror
|
|
+ -Wwrite-strings -Werror -Wno-format-truncation -Wno-implicit-fallthrough
|
|
CFLAGS += -c -fPIC
|
|
|
|
DEBUG ?= 0
|