diff options
Diffstat (limited to 'gcc/java/jcf-io.c')
-rw-r--r-- | gcc/java/jcf-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c index 534c45b..49d64f0 100644 --- a/gcc/java/jcf-io.c +++ b/gcc/java/jcf-io.c @@ -533,7 +533,7 @@ find_class (const char *classname, int classname_length, JCF *jcf, if (! java && ! class && java_buf.st_mtime > class_buf.st_mtime) { if (flag_newer) - warning ("source file for class %qs is newer than its matching class file. Source file %qs used instead", classname, java_buffer); + warning (0, "source file for class %qs is newer than its matching class file. Source file %qs used instead", classname, java_buffer); class = -1; } |