81f25a1848
This approach suggested by ppannuto.
8 lines
166 B
C
8 lines
166 B
C
#if __GNUC__ < 4
|
|
#error "gcc version >= 4 is required"
|
|
#elif __GNUC_MINOR__ >= 6
|
|
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
|
|
#endif
|
|
|
|
#include "zopt.c"
|