From 2134acc6056077941c36cd3b508a3a1aacb9cf25 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Dec 2019 04:05:28 +0300 Subject: AppVeyor: no -Wno-dev --- .appveyor/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor/build.ps1') diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1 index 73f8a74..6ecbf00 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -64,7 +64,7 @@ function Build-ProjectUserMode { mkdir $BuildDir cd $BuildDir - Invoke-Exe { cmake.exe -Wno-dev -G $Generator -A $Platform "$ProjectDir\um" } + Invoke-Exe { cmake.exe -G $Generator -A $Platform "$ProjectDir\um" } Invoke-Exe { cmake.exe --build . --config $Configuration -- /m } } -- cgit v1.2.3