emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118059: * configure.ac: Add -Wno-string-plus-int fo


From: Jan D.
Subject: [Emacs-diffs] trunk r118059: * configure.ac: Add -Wno-string-plus-int for clang.
Date: Mon, 06 Oct 2014 06:21:17 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118059
revision-id: address@hidden
parent: address@hidden
committer: Jan Djärv <address@hidden>
branch nick: trunk
timestamp: Mon 2014-10-06 08:21:13 +0200
message:
  * configure.ac: Add -Wno-string-plus-int for clang.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-10-04 07:22:51 +0000
+++ b/ChangeLog 2014-10-06 06:21:13 +0000
@@ -1,3 +1,7 @@
+2014-10-06  Jan Djärv  <address@hidden>
+
+       * configure.ac: Add -Wno-string-plus-int for clang.
+
 2014-10-04  Glenn Morris  <address@hidden>
 
        * configure.ac: Silence warning with some old Xrandr.h.  (Bug#18465)

=== modified file 'configure.ac'
--- a/configure.ac      2014-10-04 07:22:51 +0000
+++ b/configure.ac      2014-10-06 06:21:13 +0000
@@ -825,6 +825,7 @@
      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 '


reply via email to

[Prev in Thread] Current Thread [Next in Thread]