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

*** 8,18 **** #include "mm_l4if.h" /* TODO: remove this temporary solution for solaris / linux compilation conflict, linux needs the * first option, solaris the latter */ ! #if defined(__LINUX) #define TOE_TX_INIT_ZERO {{0}} #else #define TOE_TX_INIT_ZERO {0} #endif --- 8,18 ---- #include "mm_l4if.h" /* TODO: remove this temporary solution for solaris / linux compilation conflict, linux needs the * first option, solaris the latter */ ! #if defined(__LINUX) || defined(__LITTLE_ENDIAN) #define TOE_TX_INIT_ZERO {{0}} #else #define TOE_TX_INIT_ZERO {0} #endif