mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 06:53:01 +02:00
Disable pragma that Windows doesn't know about
This commit is contained in:
parent
72e1ea688a
commit
70f7329a7e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
#include "NetworkLogging.h"
|
#include "NetworkLogging.h"
|
||||||
#include "DataServerAccountInfo.h"
|
#include "DataServerAccountInfo.h"
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#if !defined(__GNUC__) && !defined(Q_OS_WIN)
|
||||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue