Index: lib/smi.h.in =================================================================== --- lib/smi.h.in (revision 1800) +++ lib/smi.h.in (working copy) @@ -329,9 +329,7 @@ /* SmiElement -- an item in a list (row index column, notification object) */ typedef struct SmiElement { -#ifndef __GNUC__ char dummy; /* many compilers are unhappy with empty structures. */ -#endif /* no visible attributes */ } SmiElement;