File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1201,6 +1201,7 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/.devel OR EXISTS ${CMAKE_BINARY_DIR}/.devel)
12011201 check_and_add_compiler_option(-Wall)
12021202 check_and_add_compiler_option(-Wassign-enum)
12031203 check_and_add_compiler_option(-Wcast-qual)
1204+ check_and_add_compiler_option(-Wcomma)
12041205 check_and_add_compiler_option(-Wmissing-prototypes)
12051206 check_and_add_compiler_option(-Wmissing-variable -declarations)
12061207 check_and_add_compiler_option(-Wold-style-definition)
Original file line number Diff line number Diff line change @@ -807,6 +807,7 @@ AC_DEFUN(AC_LBL_DEVEL,
807807 AC_LBL_CHECK_COMPILER_OPT($1 , -Wall)
808808 AC_LBL_CHECK_COMPILER_OPT($1 , -Wassign-enum)
809809 AC_LBL_CHECK_COMPILER_OPT($1 , -Wcast-qual)
810+ AC_LBL_CHECK_COMPILER_OPT($1 , -Wcomma)
810811 AC_LBL_CHECK_COMPILER_OPT($1 , -Wmissing-prototypes)
811812 AC_LBL_CHECK_COMPILER_OPT($1 , -Wmissing-variable-declarations)
812813 AC_LBL_CHECK_COMPILER_OPT($1 , -Wnull-pointer-subtraction)
You can’t perform that action at this time.
0 commit comments