diff options
author | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-13 12:26:18 +0000 |
---|---|---|
committer | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-13 12:26:18 +0000 |
commit | 5519c0df626b0baf3d1372f60d00be068d464d7b (patch) | |
tree | 597c065f3b8f97d4f1e4409526161d79fb2688e3 /gcc/toplev.h | |
parent | 28bd8e0bdab30262a621c0a97e25614fa66f0f9c (diff) | |
download | gcc-5519c0df626b0baf3d1372f60d00be068d464d7b.tar.gz |
2008-08-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* toplev.h (pedwarn_at): Fix declaration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139054 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index ae61767035c..ddf46cd7f9d 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -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); |