From 02b684b8108769af553b1a4731661c4eb91b0b5b Mon Sep 17 00:00:00 2001 From: JohnHolmesII Date: Mon, 28 Dec 2020 17:06:45 -0800 Subject: [PATCH] Warnings: Warnings use kebab case, Mr. Kot --- rpcs3/util/shared_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/util/shared_ptr.hpp b/rpcs3/util/shared_ptr.hpp index 1093372faa..00aafc81e9 100644 --- a/rpcs3/util/shared_ptr.hpp +++ b/rpcs3/util/shared_ptr.hpp @@ -8,7 +8,7 @@ namespace stx { #ifdef __clang__ #pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wundefined_var_template" +#pragma clang diagnostic ignored "-Wundefined-var-template" #endif // Not defined anywhere (and produces a useless warning)