xrdp/sesman/tools
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
..
authmod.c Add authtest 2022-12-13 11:09:33 +00:00
authtest.c Bump cppcheck to v2.11 2023-06-23 15:12:51 +01:00
dis.c Move get_display_num_from_display to string_calls module 2021-04-13 12:16:00 +01:00
Makefile.am autotools changes related to new libsesman library 2023-03-29 14:31:30 +01:00
sesadmin.c Update sesman tools for new interfaces 2022-12-22 11:35:02 +00:00
sesrun.c Bump cppcheck to v2.11 2023-06-23 15:12:51 +01:00
tools_common.c Remove libipm_msg_in_start() 2023-01-30 14:31:16 +00:00
tools_common.h fix typos 2022-09-03 02:01:48 +00:00
xcon.c Addressed review comments 2023-02-13 14:28:29 +00:00