-
komark06 authored
With Cppcheck 2.7, it will report below error: report.c:59:18: style: Variable 'msg_name_text' can be declared with const [constVariable] static char *msg_name_text[N_MSG] = { Add inline suppression to suppress warning.
komark06 authoredWith Cppcheck 2.7, it will report below error: report.c:59:18: style: Variable 'msg_name_text' can be declared with const [constVariable] static char *msg_name_text[N_MSG] = { Add inline suppression to suppress warning.
Loading