LTC_CFLAGS += -Wwrite-strings

This commit is contained in:
Karel Miko 2017-09-15 10:01:03 +02:00
parent 5057af3ef1
commit b2813480bf

View File

@ -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