X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fserver%2FMakefile.am;h=faf496061c8f35d02ee1f9292edd99892915e062;hp=075e9560efb400b8359b061bf37a999825680926;hb=dcdf71c21b99;hpb=9997362a2a526636f0f165109870e52b0e16a705 diff --git a/src/server/Makefile.am b/src/server/Makefile.am index 075e9560ef..faf496061c 100644 --- a/src/server/Makefile.am +++ b/src/server/Makefile.am @@ -8,6 +8,11 @@ if HTTPD libserver_a_SOURCES += httpd.c endif +libserver_a_CFLAGS = +if IS_MINGW +# FD_* macros are sloppy with their signs on MinGW32 platform +libserver_a_CFLAGS += -Wno-sign-compare +endif # tcl server addons noinst_HEADERS += tcl_server.h