Print this page
7127  remove -Wno-missing-braces from Makefile.uts

@@ -79,14 +79,14 @@
 
 static blind_t sdbc_power;
 
 static
 nsc_def_t _sdbc_power_def[] = {
-        "Power_Lost",   (uintptr_t)_sdbc_power_lost,    0,
-        "Power_OK",     (uintptr_t)_sdbc_power_ok,      0,
-        "Power_Down",   (uintptr_t)_sdbc_power_down,    0,
-        0,              0,              0
+        { "Power_Lost", (uintptr_t)_sdbc_power_lost,    0 },
+        { "Power_OK",   (uintptr_t)_sdbc_power_ok,      0 },
+        { "Power_Down", (uintptr_t)_sdbc_power_down,    0 },
+        { NULL,         (uintptr_t)NULL,                0 }
 };
 
 /*
  * Forward declare all statics that are used before defined to enforce
  * parameter checking