mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
* configure.ac: Add -Wno-string-plus-int for clang.
This commit is contained in:
parent
195c5c4c92
commit
971113a869
@ -1,3 +1,7 @@
|
||||
2014-10-06 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* configure.ac: Add -Wno-string-plus-int for clang.
|
||||
|
||||
2014-10-04 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.ac: Silence warning with some old Xrandr.h. (Bug#18465)
|
||||
|
@ -825,6 +825,7 @@ if test "$gl_gcc_warnings" != yes; then
|
||||
gl_WARN_ADD([-Wno-switch])
|
||||
gl_WARN_ADD([-Wno-tautological-constant-out-of-range-compare])
|
||||
gl_WARN_ADD([-Wno-pointer-sign])
|
||||
gl_WARN_ADD([-Wno-string-plus-int])
|
||||
fi
|
||||
else
|
||||
isystem='-isystem '
|
||||
|
Loading…
Reference in New Issue
Block a user