From b2813480bf879dd03dbe26bc3273733842a2639b Mon Sep 17 00:00:00 2001 From: Karel Miko Date: Fri, 15 Sep 2017 10:01:03 +0200 Subject: [PATCH] LTC_CFLAGS += -Wwrite-strings --- makefile_include.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile_include.mk b/makefile_include.mk index f422135..975b49e 100644 --- a/makefile_include.mk +++ b/makefile_include.mk @@ -70,6 +70,7 @@ LTC_CFLAGS += -Wextra LTC_CFLAGS += -Wsystem-headers -Wbad-function-cast -Wcast-align LTC_CFLAGS += -Wstrict-prototypes -Wpointer-arith LTC_CFLAGS += -Wdeclaration-after-statement +LTC_CFLAGS += -Wwrite-strings endif LTC_CFLAGS += -Wno-type-limits