Fix build error

This commit is contained in:
Kruglov Pavel 2020-04-17 23:51:53 +03:00 committed by GitHub
parent 0f11526f24
commit 96f4d5b7c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ public:
bool end_array();
/// This function will be called if error occurs in parsing
void parse_error(size_t parsed_offset, size_t error_offset);
[[noreturn]] void parse_error(size_t parsed_offset, size_t error_offset);
/// Update info_stack
void set_info(IColumn & column, DataTypePtr type);