This commit is contained in:
Danila Kutenin 2019-01-23 17:26:05 +03:00
parent f5f5674cd6
commit f6e6f99737
2 changed files with 4 additions and 0 deletions

View File

@ -520,8 +520,10 @@ ReturnType parseDateTimeBestEffortImpl(time_t & res, ReadBuffer & in, const Date
}
#if __PPC__
#if !__clang__
#pragma GCC diagnostic pop
#endif
#endif
void parseDateTimeBestEffort(time_t & res, ReadBuffer & in, const DateLUTImpl & local_time_zone, const DateLUTImpl & utc_time_zone)
{

View File

@ -691,5 +691,7 @@ public:
};
#if __PPC__
#if !__clang__
#pragma GCC diagnostic pop
#endif
#endif