From 28e1d71b4ad22d4c741c7a2743d746b7e111407a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 17 Feb 2017 23:15:49 -0800 Subject: [PATCH] Fixed GCC warnings. --- include/bx/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/macros.h b/include/bx/macros.h index 872a071..1358507 100644 --- a/include/bx/macros.h +++ b/include/bx/macros.h @@ -225,6 +225,6 @@ #endif // BX_CHECK // static_assert sometimes causes unused-local-typedef... -BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG_GCC("-Wunused-local-typedef") +BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG("-Wunused-local-typedef") #endif // BX_MACROS_H_HEADER_GUARD