diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 6bc7663..1126a4a 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -872,6 +872,8 @@ char *lang_options[] = "-Wno-missing-declarations", "-Wmissing-prototypes", "-Wno-missing-prototypes", + "-Wmultichar", + "-Wno-multichar", "-Wnested-externs", "-Wno-nested-externs", "-Wparentheses", |