Makefile: drop warning suppression on win build
[fw/openocd] / src / rtos / Makefile.am
index 49cb830e5aedbe09fa58a2f48c4f369b7106dec7..f09ac21a2efed2c40247bcb2d594bc6676dee6fe 100644 (file)
@@ -31,10 +31,3 @@ noinst_LTLIBRARIES += %D%/librtos.la
        %D%/rtos_riot_stackings.h \
        %D%/rtos_ucos_iii_stackings.h \
        %D%/nuttx_header.h
-
-%C%_librtos_la_CFLAGS = $(AM_CFLAGS)
-
-if IS_MINGW
-# FD_* macros are sloppy with their signs on MinGW32 platform
-%C%_librtos_la_CFLAGS += -Wno-sign-compare
-endif