Browse Source

LTC_CFLAGS += -Wwrite-strings

Karel Miko 8 years ago
parent
commit
b2813480bf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      makefile_include.mk

+ 1 - 0
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