warnings: add -Wno-gnu-string-literal-operator-template

This commit is contained in:
Danny Robson 2018-01-23 18:54:14 +11:00
parent 21e8792153
commit 1bde0634b4

View File

@ -69,6 +69,8 @@ append_compile_flag(-Wshorten-64-to-32)
append_compile_flag(-Wdeprecated)
append_compile_flag(-Wcovered-switch-default)
append_compile_flag(-Wno-gnu-string-literal-operator-template)
# -------------------------------------------------------------------------
# Required extensions
#AX_APPEND_COMPILE_FLAGS([-Wgnu-flexible-array-union-member], [], [-Werror])