Fix clang-tidy

This commit is contained in:
Alexey Milovidov 2020-05-22 22:58:08 +03:00
parent a309e1050a
commit ad54b83563

View File

@ -341,6 +341,8 @@ private:
if (!is_valid)
throw Exception("Polygon is not valid: " + failure_message, ErrorCodes::BAD_ARGUMENTS);
}
#else
(void)validate_polygon;
#endif
}
};