asuswrt-merlin.ng/release/src-rt-5.04axhnd.675x/router-sysdep.rt-ax86u_pro/tee_supplicant/client-3.2.0.patch
2023-07-24 20:17:28 -04:00

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