From 3320a084e9f5e3169cf5a3d1cb33c5f968b24459 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Dec 2019 04:00:22 +0300 Subject: AppVeyor: no -Wno-dev --- .appveyor/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1 index 1b9c5db..fab4cc0 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -62,7 +62,7 @@ function Build-Project { mkdir $BuildDir cd $BuildDir - Invoke-Exe { cmake.exe -Wno-dev -G $Generator -A $Platform $ProjectDir } + Invoke-Exe { cmake.exe -G $Generator -A $Platform $ProjectDir } Invoke-Exe { cmake.exe --build . --config $Configuration -- /m } } -- cgit v1.2.3