diff options
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r-- | gcc/cpperror.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c index 3e6b37c..6603a20 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -92,6 +92,7 @@ _cpp_begin_message (pfile, code, line, column) { if (CPP_OPTION (pfile, inhibit_errors)) return 0; + level = DL_ERROR; pfile->errors++; } else if (CPP_OPTION (pfile, inhibit_warnings)) |