diff options
Diffstat (limited to 'src/helper/Makefile.am')
-rw-r--r-- | src/helper/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 0cfdf7c3..e8d9a694 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -18,6 +18,11 @@ if IOUTIL libhelper_a_SOURCES += ioutil.c endif +libhelper_a_CFLAGS = +if IS_MINGW +# FD_* macros are sloppy with their signs on MinGW32 platform +libhelper_a_CFLAGS += -Wno-sign-compare +endif noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \ time_support.h replacements.h fileio.h jim.h jim-eventloop.h \ |