Commit d32dfe3
committed
ci: initialize const max_args_count / max_args_bytes in ctor
Matching half of the const-member additions in webserver.hpp from
2e803ed. gcc 13 (CodeQL on Ubuntu 24.04) refuses to default-construct
a const std::size_t member without an initializer; clang/macOS happened
to accept the missing initializer silently. Add the two init-list lines
in declaration order, between max_thread_stack_size and use_ssl, so the
constructor matches the field layout.1 parent 2e803ed commit d32dfe3
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
203 | 205 | | |
204 | 206 | | |
205 | 207 | | |
| |||
0 commit comments