* configure.ac: Add -Wno-string-plus-int for clang.
This commit is contained in:
parent
195c5c4c92
commit
971113a869
2 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue