Comment 2 for bug 396256

Revision history for this message
Bernd Zeimetz (bzed) wrote :

As workaround add

#if defined(__GNUC__)
# define UNUSED __attribute__((unused)) /* Flag variable as unused */
#else /* not __GNUC__ */
# define UNUSED
#endif

before including gpsd.h