File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -670,11 +670,14 @@ AC_DEFUN(AC_LBL_DEVEL,
670
670
AC_LBL_CHECK_COMPILER_OPT($1 , -Wmissing-noreturn)
671
671
AC_LBL_CHECK_COMPILER_OPT($1 , -Wmissing-prototypes)
672
672
AC_LBL_CHECK_COMPILER_OPT($1 , -Wmissing-variable-declarations)
673
+ AC_LBL_CHECK_COMPILER_OPT($1 , -Wnull-pointer-subtraction)
673
674
AC_LBL_CHECK_COMPILER_OPT($1 , -Wpointer-arith)
674
675
AC_LBL_CHECK_COMPILER_OPT($1 , -Wpointer-sign)
675
676
AC_LBL_CHECK_COMPILER_OPT($1 , -Wshadow)
676
677
AC_LBL_CHECK_COMPILER_OPT($1 , -Wsign-compare)
677
678
AC_LBL_CHECK_COMPILER_OPT($1 , -Wstrict-prototypes)
679
+ AC_LBL_CHECK_COMPILER_OPT($1 , -Wunused-but-set-parameter)
680
+ AC_LBL_CHECK_COMPILER_OPT($1 , -Wunused-but-set-variable)
678
681
AC_LBL_CHECK_COMPILER_OPT($1 , -Wunused-parameter)
679
682
AC_LBL_CHECK_COMPILER_OPT($1 , -Wused-but-marked-unused)
680
683
# Warns about safeguards added in case the enums are
You can’t perform that action at this time.
0 commit comments