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

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