Comment # 1
on bug 9706
from Edwin Groothuis
Also for historical reasons:
In /usr/local/include/smi.h:
/* SmiElement -- an item in a list (row index column, notification object)
*/
typedef struct SmiElement {
+#ifdef __clang__
+ char dummy; /* CLANG complains about this with -WC++-compat */
+#endif
#ifndef __GNUC__
char dummy; /* many compilers are unhappy with empty structures.
*/
#endif
/* no visible attributes */
} SmiElement;
You are receiving this mail because:
- You are watching all bug changes.