forked from auracaster/openocd
- fix signed/unsigned build errors under win32. Thanks Zach Welch <zw@superlucidity.net>
git-svn-id: svn://svn.berlios.de/openocd/trunk@1489 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user