From 01cbc5a74fa573928dc236d7ae2e21d73b5adfd3 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 19 May 2016 19:06:26 +0300 Subject: [PATCH] Disable (harmless?) warning --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0199ebb..d33d14a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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