string: correct spelling of pragma ignored
This commit is contained in:
parent
5ca101acf3
commit
5b64b207da
@ -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"
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user