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

@@ -127,13 +127,13 @@
 
 /*
  * Table of supported vendors.
  */
 static cpupm_vendor_t cpupm_vendors[] = {
-        cpupm_intel_init,
-        cpupm_amd_init,
-        NULL
+        { cpupm_intel_init },
+        { cpupm_amd_init },
+        { NULL }
 };
 #endif
 
 /*
  * Initialize the machine.