build: turn on -Wundef
Protects against typos in #if. For instance, the following would
silently disable the code block because of the typo:
#if HAVE_LIBDRN
name = drmGetFormatName(format);
#endif
Signed-off-by:
Simon Ser <contact@emersion.fr>
parent
6d585193
No related branches found
No related tags found
Please register or sign in to comment