OSDN Git Service

Fix v850 multilibs so that there is only one copy of the default multilib
[pf3gnuchains/gcc-fork.git] / gcc / c-opts.c
index 462ca24..da342a8 100644 (file)
@@ -475,6 +475,10 @@ c_common_handle_option (size_t scode, const char *arg, int value)
       warn_format_zero_length = value;
       break;
 
+    case OPT_Winit_self:
+      warn_init_self = value;
+      break;
+
     case OPT_Wimplicit:
       set_Wimplicit (value);
       break;