Disable pragma that Windows doesn't know about

This commit is contained in:
David Rowe 2015-05-09 17:59:10 -07:00
parent 72e1ea688a
commit 70f7329a7e

View file

@ -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