]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Add -Wno-string-plus-int for clang.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 6 Oct 2014 06:21:13 +0000 (08:21 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 6 Oct 2014 06:21:13 +0000 (08:21 +0200)
ChangeLog
configure.ac

index 3b751b721ffd4951abbf7707e078a2e6cc1952c8..3aedab62234b83bf891838165adc4036335dc12f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index dcfbaca706efdbac324889c5efd888fb11d50ae9..6d047a6234a9b636d7f3372e49ab42d77b211b3c 100644 (file)
@@ -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 '