mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-23 00:27:06 +01:00
web: would be a clang warning
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user