thegenemyers / DAZZ_DB

The Dazzler Data Base
Other
35 stars 33 forks source link

ONElib.c: fully declare vasprintf. #44

Open emollier opened 7 months ago

emollier commented 7 months ago

Per vasprintf(3) manual, the function needs _GNU_SOURCE definiton for proper declaration. As seen in Debian bug #1066663, lack thereof causes build failures with -Werror=implicit-function-declaration.