mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-30 11:52:11 +01:00
[vr] Silence non-virtual destructor warnings on GCC
This commit is contained in:
parent
2c9c7e1a36
commit
39a7169e1a
@ -1,5 +1,9 @@
|
||||
#include "dxvk_openvr.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
|
||||
#endif
|
||||
|
||||
#include <openvr/openvr.hpp>
|
||||
|
||||
namespace dxvk {
|
||||
|
Loading…
x
Reference in New Issue
Block a user