Warning fixes.
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.c
index 98b7b6d86f546b940131ebb20edd73babf4a32c6..8338931f9426caee2578a7b4dfc4ae4046a446e8 100644 (file)
@@ -762,7 +762,7 @@ mi_cmd_data_read_memory (char *command, char **argv, int argc)
   static struct mi_opt opts[] =
   {
     {"o", OFFSET_OPT, 1},
-    0
+    { 0, 0, 0 }
   };
 
   while (1)
@@ -962,7 +962,7 @@ mi_cmd_data_write_memory (char *command, char **argv, int argc)
   static struct mi_opt opts[] =
   {
     {"o", OFFSET_OPT, 1},
-    0
+    { 0, 0, 0 }
   };
 
   while (1)
This page took 0.047002 seconds and 4 git commands to generate.