Merge pull request #4816 from ctrlaltdavid/fix-pragma

Disable pragma that Windows doesn't know about
This commit is contained in:
Brad Davis 2015-05-11 12:30:54 -07:00
commit c12b74ebd0
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
#include "NetworkLogging.h"
#include "DataServerAccountInfo.h"
#ifndef __GNUC__
#ifdef __clang__
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#endif

View file

@ -18,7 +18,7 @@
#include "NetworkLogging.h"
#include "RSAKeypairGenerator.h"
#ifndef __GNUC__
#ifdef __clang__
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#endif