We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad9036 commit 8576b11Copy full SHA for 8576b11
configure.ac
@@ -62,7 +62,7 @@ AS_IF([test "x$config_error" = xyes],
62
# Evaluate the --enable-warnings=level option.
63
MM_ARG_ENABLE_WARNINGS([SIGC_WXXFLAGS],
64
[-Wall],
65
- [-pedantic -Wall -Wextra -Wshadow -Wformat-security])
+ [-pedantic -Wall -Wextra -Wsuggest-override -Wshadow -Wzero-as-null-pointer-constant -Wformat-security])
66
67
# Offer the ability to omit some API from the library.
68
MM_ARG_DISABLE_DEPRECATED_API([SIGCXX])
0 commit comments