We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6796436 commit b34283eCopy full SHA for b34283e
src/common/io/io_unix.c
@@ -15,7 +15,7 @@
15
#if FF_HAVE_WORDEXP
16
#include <wordexp.h>
17
#elif FF_HAVE_GLOB
18
- #warning "<wordexp.h> is not available, use <glob.h> instead
+ #warning "<wordexp.h> is not available, use <glob.h> instead"
19
#include <glob.h>
20
#else
21
#warning "Neither <wordexp.h> nor <glob.h> is available"
0 commit comments