web: would be a clang warning

This commit is contained in:
Maxim Prokhorov
2022-02-09 14:51:18 +03:00
parent 3e9acdf892
commit d4c18a6f52

View File

@@ -221,7 +221,7 @@ bool _webConfigSuccess = false;
std::vector<web_request_callback_f> _web_request_callbacks;
std::vector<web_body_callback_f> _web_body_callbacks;
constexpr unsigned long WebConfigBufferMax { 4096ul };
static constexpr size_t WebConfigBufferMax { 4096 };
} // namespace