From 80a6e84c66fdb688c227db4c7b10beb39b9c2a83 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 19 Feb 2015 18:53:14 -0800 Subject: [PATCH] Work around win 8.1 sdk aapi.h problem --- qgroundcontrol.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 00af87349..501c285c9 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -185,7 +185,8 @@ WindowsBuild { QMAKE_CXXFLAGS_WARN_ON += /W3 \ /wd4996 \ # silence warnings about deprecated strcpy and whatnot /wd4005 \ # silence warnings about macro redefinition - /wd4290 # ignore exception specifications + /wd4290 \ # ignore exception specifications + /Zc:strictStrings- # work around win 8.1 sdk sapi.h problem WarningsAsErrorsOn { QMAKE_CXXFLAGS_WARN_ON += /WX } -- 2.22.0