From: Jan Djärv Date: Mon, 6 Oct 2014 06:21:13 +0000 (+0200) Subject: * configure.ac: Add -Wno-string-plus-int for clang. X-Git-Tag: emacs-25.0.90~2635^2~679^2~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=971113a869218743c1c52211c120ac2e007ad957;p=emacs.git * configure.ac: Add -Wno-string-plus-int for clang. --- diff --git a/ChangeLog b/ChangeLog index 3b751b721ff..3aedab62234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-06 Jan Djärv + + * configure.ac: Add -Wno-string-plus-int for clang. + 2014-10-04 Glenn Morris * configure.ac: Silence warning with some old Xrandr.h. (Bug#18465) diff --git a/configure.ac b/configure.ac index dcfbaca706e..6d047a6234a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 '