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 @@ -809,6 +809,7 @@ AC_DEFUN(AC_LBL_DEVEL,
809
809
AC_LBL_CHECK_COMPILER_OPT($1 , -Wcast-qual)
810
810
AC_LBL_CHECK_COMPILER_OPT($1 , -Wmissing-prototypes)
811
811
AC_LBL_CHECK_COMPILER_OPT($1 , -Wmissing-variable-declarations)
812
+ AC_LBL_CHECK_COMPILER_OPT($1 , -Wnull-pointer-subtraction)
812
813
AC_LBL_CHECK_COMPILER_OPT($1 , -Wold-style-definition)
813
814
AC_LBL_CHECK_COMPILER_OPT($1 , -Wpedantic)
814
815
AC_LBL_CHECK_COMPILER_OPT($1 , -Wpointer-arith)
@@ -817,6 +818,8 @@ AC_DEFUN(AC_LBL_DEVEL,
817
818
AC_LBL_CHECK_COMPILER_OPT($1 , -Wsign-compare)
818
819
AC_LBL_CHECK_COMPILER_OPT($1 , -Wstrict-prototypes)
819
820
AC_LBL_CHECK_COMPILER_OPT($1 , -Wunreachable-code-return)
821
+ AC_LBL_CHECK_COMPILER_OPT($1 , -Wunused-but-set-parameter)
822
+ AC_LBL_CHECK_COMPILER_OPT($1 , -Wunused-but-set-variable)
820
823
AC_LBL_CHECK_COMPILER_OPT($1 , -Wused-but-marked-unused)
821
824
AC_LBL_CHECK_COMPILER_OPT($1 , -Wwrite-strings)
822
825
fi
You can’t perform that action at this time.
0 commit comments