xrdp/scripts
matt335672 d77b0b3b9d Bump cppcheck to v2.11
This fixes the following errors:-

sesman/tools/authtest.c:64:14: error: syntax error [syntaxError]
    g_printf("xrdp auth module tester v" PACKAGE_VERSION "\n");
             ^
sesman/tools/sesrun.c:165:14: error: syntax error [syntaxError]
    g_printf("xrdp session starter v" PACKAGE_VERSION "\n");
             ^
vrplayer/decoder.h:35:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
vrplayer/playaudio.h:45:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
vrplayer/dlgabout.h:22:13: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    private slots:
            ^
vrplayer/playvideo.h:49:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
Additionally, cppcheck now makes use of all available CPUs
2023-06-23 15:12:51 +01:00
..
install_astyle.sh fix some shellcheck warnings 2022-09-03 02:05:08 +00:00
install_astyle_dependencies_with_apt.sh fix some shellcheck warnings 2022-09-03 02:05:08 +00:00
install_cppcheck.sh fix some shellcheck warnings 2022-09-03 02:05:08 +00:00
install_cppcheck_dependencies_with_apt.sh fix some shellcheck warnings 2022-09-03 02:05:08 +00:00
install_xrdp_build_dependencies_with_apt.sh Fix (again) broken 32-bit CI 2023-05-15 11:17:14 +01:00
run_astyle.sh CI: skip running astyle on third_party sources 2023-04-04 12:08:32 +09:00
run_cppcheck.sh Bump cppcheck to v2.11 2023-06-23 15:12:51 +01:00