mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
Better #if condition for clang
This commit is contained in:
parent
70f7329a7e
commit
662f07a921
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
#include "NetworkLogging.h"
|
||||
#include "DataServerAccountInfo.h"
|
||||
|
||||
#if !defined(__GNUC__) && !defined(Q_OS_WIN)
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "NetworkLogging.h"
|
||||
|
||||
#include "RSAKeypairGenerator.h"
|
||||
#ifndef __GNUC__
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue