configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d3cfa8da4ea770913f0368ba141d5862df3e4c17 Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Aug 12 15:54:58 2013 +0200
deprecated message must be a string Change-Id: Iad8f29b36ce38a90ea93705131a2e4e201d77bf8 diff --git a/configure.ac b/configure.ac index 8ff7dd3..55b1da3 100644 --- a/configure.ac +++ b/configure.ac @@ -5799,7 +5799,7 @@ if test "$GCC" = "yes"; then save_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -Werror" AC_COMPILE_IFELSE([AC_LANG_SOURCE([ - __attribute__((deprecated(test))) void f(); + __attribute__((deprecated("test"))) void f(); ])], [ AC_DEFINE([HAVE_GCC_DEPRECATED_MESSAGE],[1]) AC_MSG_RESULT([yes]) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits