mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 07:53:52 +02:00
try, try again
This commit is contained in:
parent
43c5735baa
commit
6b46b3082c
3 changed files with 7 additions and 0 deletions
libraries
gl/src/gl
gpu-gl/src/gpu/gl
steamworks-wrapper/src/steamworks-wrapper
|
@ -35,8 +35,10 @@
|
|||
|
||||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
#pragma GCC diagnostic push
|
||||
#if __GNUC__ >= 5 && __GNUC_MINOR__ >= 1
|
||||
#pragma GCC diagnostic ignored "-Wsuggest-override"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <oglplus/gl.hpp>
|
||||
|
||||
|
|
|
@ -8,8 +8,11 @@
|
|||
|
||||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
#pragma GCC diagnostic push
|
||||
#if __GNUC__ >= 5 && __GNUC_MINOR__ >= 1
|
||||
#pragma GCC diagnostic ignored "-Wsuggest-override"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#include "GLState.h"
|
||||
|
||||
|
|
|
@ -23,8 +23,10 @@
|
|||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Woverloaded-virtual"
|
||||
#if __GNUC__ >= 5 && __GNUC_MINOR__ >= 1
|
||||
#pragma GCC diagnostic ignored "-Wsuggest-override"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <steam/steam_api.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue