We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b35879 commit 530fbdcCopy full SHA for 530fbdc
main/main.cpp
@@ -232,7 +232,9 @@ extern "C" void app_main(void) {
232
input.Start();
233
}
234
235
-bool start_server(std::mutex &m, std::condition_variable &cv, bool &task_notified) {
+bool start_server(std::mutex &m, // cppcheck-suppress constParameterCallback
236
+ std::condition_variable &cv, // cppcheck-suppress constParameterCallback
237
+ bool &task_notified) { // cppcheck-suppress constParameterCallback
238
// create the debug display socket
239
logger.info("Creating debug server at {}:{}", server_address, server_port);
240
// create the socket
0 commit comments