warnings: disable c99-designator warning
This commit is contained in:
parent
13dc2ac513
commit
67bee65f76
@ -96,6 +96,7 @@ append_compile_flag(-Wold-style-cast)
|
||||
#AX_APPEND_COMPILE_FLAGS([-Wno-vla-extension], [], [-Werror])
|
||||
append_compile_flag(-Wno-vla)
|
||||
append_compile_flag(-Wno-multichar)
|
||||
append_compile_flag(-Wno-c99-designator)
|
||||
|
||||
#AS_IF([test "x$ax_cv_cxx_compiler_vendor" != "xgnu"], [
|
||||
# AX_APPEND_COMPILE_FLAGS([-Wno-c99-extensions], [], [-Werror])
|
||||
|
Loading…
Reference in New Issue
Block a user