mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00: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…
Reference in New Issue
Block a user