de-fuzz: fix 2 more gcc warnings

This commit is contained in:
jzmaddock
2017-02-24 11:48:27 +00:00
parent 93926479e3
commit 1acbd42eb8
3 changed files with 6 additions and 3 deletions

View File

@ -152,7 +152,7 @@
# if defined(BOOST_REGEX_NO_W32) || BOOST_PLAT_WINDOWS_RUNTIME
# define BOOST_REGEX_NO_FILEITER
# endif
#else // defined(_WIN32)
#else /* defined(_WIN32) */
# if !defined(BOOST_HAS_DIRENT_H)
# define BOOST_REGEX_NO_FILEITER
# endif