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