Skip to content

Commit 530fbdc

Browse files
committed
fix sa
1 parent 5b35879 commit 530fbdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main/main.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ extern "C" void app_main(void) {
232232
input.Start();
233233
}
234234

235-
bool start_server(std::mutex &m, std::condition_variable &cv, bool &task_notified) {
235+
bool start_server(std::mutex &m, // cppcheck-suppress constParameterCallback
236+
std::condition_variable &cv, // cppcheck-suppress constParameterCallback
237+
bool &task_notified) { // cppcheck-suppress constParameterCallback
236238
// create the debug display socket
237239
logger.info("Creating debug server at {}:{}", server_address, server_port);
238240
// create the socket

0 commit comments

Comments
 (0)