From 5b64b207da4d6a4d1e07665c9816832e79507909 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 21 Jul 2023 14:21:42 +1000 Subject: [PATCH] string: correct spelling of pragma ignored --- string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string.cpp b/string.cpp index 886f5d5b..1e95da92 100644 --- a/string.cpp +++ b/string.cpp @@ -15,7 +15,7 @@ // HACK: cxx#xxx, codecvt is deprecated, but we don't have a good solution right now. // Ignoring the warning is the best past forward in the short term. #pragma GCC diagnostic push -#pragma GCC diagnostic ignore "-Wdeprecated-declarations" +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" ///////////////////////////////////////////////////////////////////////////////