OSDN Git Service

PR c++/19542
[pf3gnuchains/gcc-fork.git] / gcc / c-opts.c
index 4ac8e9d..ebf23e5 100644 (file)
@@ -477,6 +477,10 @@ c_common_handle_option (size_t scode, const char *arg, int value)
       warn_return_type = value;
       break;
 
+    case OPT_Wstrict_null_sentinel:
+      warn_strict_null_sentinel = value;
+      break;
+
     case OPT_Wsystem_headers:
       cpp_opts->warn_system_headers = value;
       break;