X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=acinclude.m4;h=3e16c68879395e114d6c9a72027997d68aafe40f;hb=2fd2474505b93912de67053897566bf325dd5b08;hp=c5cbc182a84868de43c1ec86d463fb9a21ca5c61;hpb=0df9cdd3df66caf4353128feff3008289cda8115;p=pspp diff --git a/acinclude.m4 b/acinclude.m4 index c5cbc182a8..3e16c68879 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2005, 2006, 2007, 2009, 2014 Free Software Foundation, Inc. +dnl Copyright (C) 2005, 2006, 2007, 2009, 2014, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -300,6 +300,6 @@ AC_DEFUN([PSPP_ENABLE_WERROR], [], [enable_Werror=no]) AC_CONFIG_COMMANDS_PRE( [if test "X$enable_Werror" = Xyes; then - CFLAGS="$CFLAGS -Werror" + CFLAGS="$CFLAGS -Werror -Wno-error=deprecated-declarations" fi])])