mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-08 01:36:53 +08:00
Fix a warning in freelocale mock (#274)
This commit is contained in:
parent
abd93d824a
commit
6500f161f7
@ -513,6 +513,7 @@ typedef void FreeLocaleResult;
|
||||
|
||||
FreeLocaleResult freelocale(LocaleType locale) {
|
||||
LocaleMock::instance->freelocale(locale);
|
||||
return FreeLocaleResult();
|
||||
}
|
||||
|
||||
double strtod_l(const char *nptr, char **endptr, LocaleType locale) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user