From 70f7329a7e804430c3a71833e366fb9394c1486d Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 9 May 2015 17:59:10 -0700 Subject: [PATCH] Disable pragma that Windows doesn't know about --- libraries/networking/src/DataServerAccountInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/networking/src/DataServerAccountInfo.cpp b/libraries/networking/src/DataServerAccountInfo.cpp index 44e8dbef90..aa9c5bed93 100644 --- a/libraries/networking/src/DataServerAccountInfo.cpp +++ b/libraries/networking/src/DataServerAccountInfo.cpp @@ -17,7 +17,7 @@ #include "NetworkLogging.h" #include "DataServerAccountInfo.h" -#ifndef __GNUC__ +#if !defined(__GNUC__) && !defined(Q_OS_WIN) #pragma clang diagnostic ignored "-Wdeprecated-declarations" #endif