mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[vr] Silence non-virtual destructor warnings on GCC
This commit is contained in:
parent
2c9c7e1a36
commit
39a7169e1a
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue