mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Pacify Clang's -Wformat-signedness.
* configure.ac: Enable -Wno-format-signedness if Clang is being used.
This commit is contained in:
parent
8d132359d1
commit
1b03a348f7
1 changed files with 1 additions and 0 deletions
|
|
@ -1870,6 +1870,7 @@ AS_IF([test $gl_gcc_warnings = no],
|
||||||
# clang is unduly picky about some things.
|
# clang is unduly picky about some things.
|
||||||
if test "$emacs_cv_clang" = yes; then
|
if test "$emacs_cv_clang" = yes; then
|
||||||
gl_WARN_ADD([-Wno-bitwise-instead-of-logical])
|
gl_WARN_ADD([-Wno-bitwise-instead-of-logical])
|
||||||
|
gl_WARN_ADD([-Wno-format-signedness])
|
||||||
gl_WARN_ADD([-Wno-missing-braces])
|
gl_WARN_ADD([-Wno-missing-braces])
|
||||||
gl_WARN_ADD([-Wno-null-pointer-arithmetic])
|
gl_WARN_ADD([-Wno-null-pointer-arithmetic])
|
||||||
gl_WARN_ADD([-Wno-implicit-const-int-float-conversion])
|
gl_WARN_ADD([-Wno-implicit-const-int-float-conversion])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue