[vr] Silence non-virtual destructor warnings on GCC

This commit is contained in:
Philip Rebohle 2018-06-05 01:03:59 +02:00
parent 2c9c7e1a36
commit 39a7169e1a
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#include "dxvk_openvr.h"
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
#endif
#include <openvr/openvr.hpp>
namespace dxvk {