-innoextract/src/cli/main.cpp:55:21: warning: function 'get_command' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/cli/main.cpp:81:13: warning: function 'print_version' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/cli/main.cpp:98:13: warning: function 'print_help' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/cli/main.cpp:113:13: warning: function 'print_license' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/crypto/crc32.cpp:86:23: warning: function 'crc32_index' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/crypto/crc32.cpp:90:24: warning: function 'crc32_shifted' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/util/console.cpp:48:13: warning: variable 'show_progress' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/util/console.cpp:53:12: warning: variable 'screen_width' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/util/console.cpp:56:30: warning: variable 'screen_resized' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/util/console.cpp:58:13: warning: function 'sigwinch_handler' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/util/console.cpp:161:12: warning: function 'query_screen_width' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/util/console.cpp:195:12: warning: function 'get_screen_width' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace] -innoextract/src/util/console.cpp:212:13: warning: variable 'progress_cleared' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace]