Skip to content

Commit

Permalink
Chore: fix a warning of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Oct 5, 2024
1 parent 6796436 commit b34283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/io/io_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#if FF_HAVE_WORDEXP
#include <wordexp.h>
#elif FF_HAVE_GLOB
#warning "<wordexp.h> is not available, use <glob.h> instead
#warning "<wordexp.h> is not available, use <glob.h> instead"
#include <glob.h>
#else
#warning "Neither <wordexp.h> nor <glob.h> is available"
Expand Down

0 comments on commit b34283e

Please sign in to comment.