Disable (harmless?) warning

This commit is contained in:
Dmitry Marakasov 2016-05-19 19:06:26 +03:00
parent 48053a7252
commit 01cbc5a74f

View File

@ -3,7 +3,7 @@ os: Visual Studio 2015
clone_depth: 1
environment:
matrix:
- CMAKE_ARGS: -DSDL2PP_ENABLE_LIVE_TESTS=OFF -G "Visual Studio 14 2015"
- CMAKE_ARGS: -DSDL2PP_ENABLE_LIVE_TESTS=OFF -DCMAKE_CXX_FLAGS=/wd4275 -G "Visual Studio 14 2015"
PREFIX: c:\usr_msvc
MSVC:
MINGW32: rem