mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +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 "DataServerAccountInfo.h"
|
||||
|
||||
#ifndef __GNUC__
|
||||
#if !defined(__GNUC__) && !defined(Q_OS_WIN)
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue