Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cppcheck to v2.11 #2737

Merged
merged 2 commits into from
Jun 23, 2023
Merged

Commits on Jun 23, 2023

  1. 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
    matt335672 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d77b0b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ac6206 View commit details
    Browse the repository at this point in the history