From d0cc65db50c6aa48e00ccb46bd3df0da74d9ebab Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 15 May 2023 11:32:34 +1000 Subject: [PATCH] string: correct spelling of "deprecated-declarations" --- string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string.cpp b/string.cpp index 7b202761..886f5d5b 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-declaration" +#pragma GCC diagnostic ignore "-Wdeprecated-declarations" ///////////////////////////////////////////////////////////////////////////////