Fixes a wrong API call.
This commit is contained in:
parent
5c0a14deeb
commit
4e56f350e8
|
@ -1509,7 +1509,7 @@ NS_INLINE size_t max(size_t a, size_t b) { return a > b ? a : b; }
|
|||
{
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-result"
|
||||
[Preferences tooglePhraseReplacementEnabled];
|
||||
[Preferences toogleHalfWidthPunctuationEnabled];
|
||||
#pragma GCC diagnostic pop
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue