Makefile: drop warning suppression on win build
[fw/openocd] / src / server / Makefile.am
index 5f7469a8495db91f793037aa88f2e3046ea5fd7d..fb5248bfdecedca5bc717fa9f46f97c3b4292ebb 100644 (file)
@@ -14,10 +14,4 @@ noinst_LTLIBRARIES += %D%/libserver.la
        %D%/ipdbg.c \
        %D%/ipdbg.h
 
-%C%_libserver_la_CFLAGS = $(AM_CFLAGS)
-if IS_MINGW
-# FD_* macros are sloppy with their signs on MinGW32 platform
-%C%_libserver_la_CFLAGS += -Wno-sign-compare
-endif
-
 STARTUP_TCL_SRCS += %D%/startup.tcl