Suppressing warning “ISO C99 requires rest arguments to be used” on Windows.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-02-25 15:21:34 +02:00
parent e27d7bee5e
commit 9c1972ede2

View File

@ -529,7 +529,6 @@ GCC_DEBUG_CXXFLAGS += \
-O0 \
-Wall \
-Wextra \
-pedantic \
-fno-omit-frame-pointer # Need for exchndl.dll
CLANG_DEBUG_CXXFLAGS += \