2017-01-25 18:46:41 +11:00
|
|
|
###############################################################################
|
|
|
|
if (__nc_warnings)
|
|
|
|
return ()
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
set (__nc_warnings TRUE)
|
|
|
|
|
|
|
|
|
|
|
|
###############################################################################
|
2017-01-17 19:20:12 +11:00
|
|
|
include (compile_flag)
|
|
|
|
|
2017-01-25 18:46:41 +11:00
|
|
|
|
|
|
|
###############################################################################
|
2017-01-17 19:20:12 +11:00
|
|
|
append_compile_flag(-Wall)
|
|
|
|
append_compile_flag(-Wextra)
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# General warnings
|
|
|
|
append_compile_flag(-Wbool-compare)
|
|
|
|
append_compile_flag(-Wcast-align)
|
|
|
|
append_compile_flag(-Wcast-qual)
|
|
|
|
append_compile_flag(-Wdisabled-optimization)
|
|
|
|
append_compile_flag(-Wfloat-conversion)
|
|
|
|
append_compile_flag(-Wfloat-equal)
|
|
|
|
append_compile_flag(-Wno-aggressive-loop-optimizations)
|
|
|
|
append_compile_flag(-Wnoexcept)
|
|
|
|
append_compile_flag(-Wnon-virtual-dtor)
|
|
|
|
append_compile_flag(-Wno-parentheses)
|
|
|
|
append_compile_flag(-Wpointer-arith)
|
|
|
|
append_compile_flag(-Wredundant-decls)
|
|
|
|
append_compile_flag(-Wshadow)
|
|
|
|
append_compile_flag(-Wsign-compare)
|
|
|
|
append_compile_flag(-Wsign-promo)
|
|
|
|
append_compile_flag(-Wstrict-aliasing)
|
|
|
|
append_compile_flag(-Wstrict-overflow)
|
|
|
|
append_compile_flag(-Wtype-limits)
|
|
|
|
append_compile_flag(-Wunused-but-set-variable)
|
|
|
|
append_compile_flag(-Wunused-parameter)
|
|
|
|
append_compile_flag(-Wpessimizing-move)
|
|
|
|
append_compile_flag(-Wswitch-enum)
|
|
|
|
|
2017-05-24 15:16:33 +10:00
|
|
|
# dont use unsafe-loop-optimisations as there are too many false positives
|
|
|
|
# with language primitives like range-for.
|
|
|
|
# append_compile_flag(-Wunsafe-loop-optimizations)
|
|
|
|
|
2017-01-17 19:20:12 +11:00
|
|
|
# gcc-6.1.0 warnings
|
|
|
|
append_compile_flag(-Wshift-negative-value)
|
|
|
|
append_compile_flag(-Wnull-dereference)
|
|
|
|
append_compile_flag(-Wduplicated-cond)
|
|
|
|
|
2017-01-31 20:45:18 +11:00
|
|
|
# useless-cast isn't usable on gcc-6.0 or gcc-6.1 due to spurious warnings
|
2017-01-17 19:20:12 +11:00
|
|
|
# see gcc#70844
|
|
|
|
append_compile_flag(-Wuseless-cast)
|
|
|
|
|
2017-05-12 14:56:20 +10:00
|
|
|
# gcc 7 warnings
|
|
|
|
append_compile_flag(-Wduplicated-branches)
|
|
|
|
append_compile_flag(-Wrestrict)
|
|
|
|
append_compile_flag(-Wregister)
|
|
|
|
append_compile_flag(-Wdangling-else)
|
|
|
|
append_compile_flag(-Walloc-zero)
|
|
|
|
append_compile_flag(-Walloca)
|
|
|
|
append_compile_flag(-Wnonnull)
|
|
|
|
append_compile_flag(-Waligned-new)
|
|
|
|
|
2017-06-13 14:10:31 +10:00
|
|
|
append_compile_flag(-Wno-implicit-fallthrough)
|
|
|
|
|
2017-01-17 19:20:12 +11:00
|
|
|
# clang 3.7.1 warnings
|
|
|
|
append_compile_flag(-Wshorten-64-to-32)
|
|
|
|
append_compile_flag(-Wdeprecated)
|
|
|
|
append_compile_flag(-Wcovered-switch-default)
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Required extensions
|
|
|
|
#AX_APPEND_COMPILE_FLAGS([-Wgnu-flexible-array-union-member], [], [-Werror])
|
|
|
|
#AX_APPEND_COMPILE_FLAGS([-Wno-c99-extensions], [], [-Werror])
|
|
|
|
#AX_APPEND_COMPILE_FLAGS([-Wno-vla-extension], [], [-Werror])
|
|
|
|
append_compile_flag(-Wno-vla)
|
|
|
|
append_compile_flag(-Wno-multichar)
|
|
|
|
|
|
|
|
#AS_IF([test "x$ax_cv_cxx_compiler_vendor" != "xgnu"], [
|
|
|
|
# AX_APPEND_COMPILE_FLAGS([-Wno-c99-extensions], [], [-Werror])
|
|
|
|
# AX_APPEND_COMPILE_FLAGS([-Wno-flexible-array-extensions], [], [-Werror])
|
|
|
|
# AX_APPEND_COMPILE_FLAGS([-Wno-gnu-conditional-omitted-operand], [], [-Werror])
|
|
|
|
# AX_APPEND_COMPILE_FLAGS([-Wno-gnu-empty-struct], [], [-Werror])
|
|
|
|
# AX_APPEND_COMPILE_FLAGS([-Wno-gnu-flexible-array-union-member], [], [-Werror])
|
|
|
|
# AX_APPEND_COMPILE_FLAGS([-Wno-gnu-zero-variadic-macro-arguments], [], [-Werror])
|
|
|
|
# AX_APPEND_COMPILE_FLAGS([-Wno-vla-extension], [], [-Werror])
|
|
|
|
# AX_APPEND_COMPILE_FLAGS([-Wno-zero-length-array], [], [-Werror])
|
|
|
|
#])
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Excessive warnings
|
|
|
|
append_compile_flag(-Wno-missing-braces)
|
|
|
|
|
|
|
|
#AS_IF([test "x$ax_cv_cxx_compiler_vendor" != "xgnu"], [
|
|
|
|
# AX_APPEND_COMPILE_FLAGS([-Wno-nested-anon-types], [], [-Werror])
|
|
|
|
# AX_APPEND_COMPILE_FLAGS([-Wno-unused-const-variable], [], [-Werror])
|
|
|
|
#])
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
option (ADVISORY "enable advisory warnings")
|
|
|
|
|
|
|
|
if (ADVISORY)
|
|
|
|
append_compile_flag(-Winline)
|
|
|
|
append_compile_flag(-Wsuggest-final-types)
|
|
|
|
append_compile_flag(-Wsuggest-final-methods)
|
|
|
|
append_compile_flag(-Wsuggest-override)
|
|
|
|
append_compile_flag(-Wweak-vtables)
|
|
|
|
append_compile_flag(-Wpadded)
|
|
|
|
endif()
|
|
|
|
|