summaryrefslogtreecommitdiffstats
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r--gcc/cpperror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index 7d74b2ea684..5ba7f4d7983 100644
--- a/gcc/cpperror.c
+++ b/gcc/cpperror.c
@@ -98,7 +98,7 @@ _cpp_begin_message (pfile, code, line, column)
else if (CPP_OPTION (pfile, inhibit_warnings))
return 0;
break;
-
+
case DL_ERROR:
if (CPP_OPTION (pfile, inhibit_errors))
return 0;
OpenPOWER on IntegriCloud