mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 23:14:08 +02:00
Merge pull request #4816 from ctrlaltdavid/fix-pragma
Disable pragma that Windows doesn't know about
This commit is contained in:
commit
c12b74ebd0
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
#include "NetworkLogging.h"
|
#include "NetworkLogging.h"
|
||||||
#include "DataServerAccountInfo.h"
|
#include "DataServerAccountInfo.h"
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#ifdef __clang__
|
||||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#include "NetworkLogging.h"
|
#include "NetworkLogging.h"
|
||||||
|
|
||||||
#include "RSAKeypairGenerator.h"
|
#include "RSAKeypairGenerator.h"
|
||||||
#ifndef __GNUC__
|
#ifdef __clang__
|
||||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue