Skip to content
  • komark06's avatar
    ae7c2985
    Suppress Cppcheck · ae7c2985
    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.
    ae7c2985
    Suppress Cppcheck
    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.
Loading