diff options
Diffstat (limited to 'gcc/fortran/matchexp.c')
-rw-r--r-- | gcc/fortran/matchexp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/matchexp.c b/gcc/fortran/matchexp.c index fc35c8c..02f43a0 100644 --- a/gcc/fortran/matchexp.c +++ b/gcc/fortran/matchexp.c @@ -321,7 +321,7 @@ match_ext_mult_operand (gfc_expr **result) return MATCH_ERROR; } else - gfc_warning ("Extension: Unary operator following " + gfc_warning (0, "Extension: Unary operator following " "arithmetic operator (use parentheses) at %C"); m = match_ext_mult_operand (&e); @@ -430,7 +430,7 @@ match_ext_add_operand (gfc_expr **result) return MATCH_ERROR; } else - gfc_warning ("Extension: Unary operator following " + gfc_warning (0, "Extension: Unary operator following " "arithmetic operator (use parentheses) at %C"); m = match_ext_add_operand (&e); |