diff options
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 03542a6b1c3..12e44d949c5 100644 --- a/configure.ac +++ b/configure.ac @@ -964,6 +964,7 @@ AS_IF([test $gl_gcc_warnings = no], if test $emacs_cv_clang = yes; then nw="$nw -Wcast-align" nw="$nw -Wdouble-promotion" + nw="$nw -Wmissing-braces" fi # This causes too much noise in the MinGW build |