Fix warnings

This commit is contained in:
Victor Zverovich
2016-11-06 12:29:59 -08:00
parent 2fa4655af6
commit 6274401919
3 changed files with 11 additions and 11 deletions

View File

@@ -1225,7 +1225,7 @@ TEST(FormatterTest, FormatOct) {
TEST(FormatterTest, FormatIntLocale) {
ScopedMock<LocaleMock> mock;
lconv lc = {};
lconv lc = lconv();
char sep[] = "--";
lc.thousands_sep = sep;
EXPECT_CALL(mock, localeconv()).Times(3).WillRepeatedly(testing::Return(&lc));