diff options
Diffstat (limited to 'gcc/c-opts.c')
| -rw-r--r-- | gcc/c-opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c index 3e4a10aafd3..e1922cb9bcb 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -484,7 +484,7 @@ c_common_handle_option (size_t scode, const char *arg, int value) break; case OPT_Wimport: - cpp_opts->warn_import = value; + /* Silently ignore for now. */ break; case OPT_Winvalid_offsetof: |

