kosma / minmea

a lightweight GPS NMEA 0183 parser library in pure C
Do What The F*ck You Want To Public License
755 stars 246 forks source link

Warning in build on Arch Linux w/ gcc 5.3.0 #13

Closed maximevince closed 8 years ago

maximevince commented 8 years ago

Awesome library. Nice and clean pure C code!

However, when compiling the tests, I get following warning: In file included from /usr/include/stdlib.h:24:0, from tests.c:12: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]

warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"

I had to remove -Werror from the CFLAGS to make it compile.