]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
toplev.h (pedwarn_at): Fix declaration.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Wed, 13 Aug 2008 12:26:18 +0000 (12:26 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Wed, 13 Aug 2008 12:26:18 +0000 (12:26 +0000)
2008-08-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

* toplev.h (pedwarn_at): Fix declaration.

From-SVN: r139054

gcc/ChangeLog
gcc/toplev.h

index 40868383c0a9942879e75aeee9f2d8248f2509fa..f07113a13e24792e2587c2ec6fbe4a9c08d47399 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       * toplev.h (pedwarn_at): Fix declaration.
+       
 2008-08-13  Joseph Myers  <joseph@codesourcery.com>
 
        * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
index ae61767035cb0b3e0777448db4a5fd91b9d0efaa..ddf46cd7f9dfc8fb53d542261d8a1a9636a251d8 100644 (file)
@@ -66,6 +66,7 @@ extern void fatal_error (const char *, ...) ATTRIBUTE_GCC_DIAG(1,2)
 /* Pass one of the OPT_W* from options.h as the first parameter.  */
 extern bool pedwarn (int, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
 extern bool pedwarn_at (location_t, int, const char *, ...) 
+     ATTRIBUTE_GCC_DIAG(3,4);
 extern bool permerror (const char *, ...) ATTRIBUTE_GCC_DIAG(1,2);
 extern bool permerror_at (location_t, const char *, ...)
      ATTRIBUTE_GCC_DIAG(2,3);