diff options
author | Philipp Thomas <pthomas@suse.de> | 2002-02-04 15:58:51 +0000 |
---|---|---|
committer | Philipp Thomas <pthomas@gcc.gnu.org> | 2002-02-04 15:58:51 +0000 |
commit | 5987ca1c3806cf5e6d829ba2a92961499aea2da0 (patch) | |
tree | 2a725c3e5bd80811f13876c72691a5330fe4fd70 /gcc/f/implic.c | |
parent | f3e9edff6a370713067611836309c614a7a6b66a (diff) | |
download | gcc-5987ca1c3806cf5e6d829ba2a92961499aea2da0.zip gcc-5987ca1c3806cf5e6d829ba2a92961499aea2da0.tar.gz gcc-5987ca1c3806cf5e6d829ba2a92961499aea2da0.tar.bz2 |
bad.def [...]: Insert comments to mark messages as not being printf style where appropriate.
2002-02-04 Philipp Thomas <pthomas@suse.de>
* bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c:
Insert comments to mark messages as not being printf style
where appropriate.
From-SVN: r49477
Diffstat (limited to 'gcc/f/implic.c')
-rw-r--r-- | gcc/f/implic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/f/implic.c b/gcc/f/implic.c index 625742f..0896ed4 100644 --- a/gcc/f/implic.c +++ b/gcc/f/implic.c @@ -199,6 +199,7 @@ ffeimplic_establish_symbol (ffesymbol s) if (ffe_is_warn_implicit ()) { + /* xgettext:no-c-format */ ffebad_start_msg ("Implicit declaration of `%A' at %0", FFEBAD_severityWARNING); ffebad_here (0, ffesymbol_where_line (s), |