mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-05 11:56:00 -04:00
Disable warnings on unsafe std::copy
This commit is contained in:
parent
f43e4203eb
commit
78136347ce
@ -3,7 +3,7 @@ os: Visual Studio 2015
|
|||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- CMAKE_ARGS: -DSDL2PP_ENABLE_LIVE_TESTS=OFF -DCMAKE_CXX_FLAGS="/wd4275 /wd4251 /EHsc /WX" -G "Visual Studio 14 2015"
|
- CMAKE_ARGS: -DSDL2PP_ENABLE_LIVE_TESTS=OFF -DCMAKE_CXX_FLAGS="-D_SCL_SECURE_NO_WARNINGS /wd4275 /wd4251 /EHsc /WX" -G "Visual Studio 14 2015"
|
||||||
PREFIX: c:\usr_msvc
|
PREFIX: c:\usr_msvc
|
||||||
MSVC:
|
MSVC:
|
||||||
MINGW32: rem
|
MINGW32: rem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user