From fa666bca4cb7c0b221742d4250cc60e568db5c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 3 Sep 2016 14:38:47 -0700 Subject: [PATCH] Fixed GCC warning. --- src/hmd_openvr.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hmd_openvr.cpp b/src/hmd_openvr.cpp index 59ae813af..9e360cbf1 100644 --- a/src/hmd_openvr.cpp +++ b/src/hmd_openvr.cpp @@ -5,10 +5,8 @@ #include "hmd_openvr.h" -BX_PRAGMA_DIAGNOSTIC_PUSH() BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG_GCC("-Wunused-variable") #include -BX_PRAGMA_DIAGNOSTIC_POP() namespace bgfx {