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

Scope: Define GETTEXT_PACKAGE macro for recent cppcheck versions #1264

Merged
merged 1 commit into from
Sep 17, 2023

Commits on Aug 1, 2023

  1. Scope: Define GETTEXT_PACKAGE macro for recent cppcheck versions

    Without this, cppcheck will throw errors like
    store/scptreestore.c:1990:37: warning: syntax error [syntaxError]
      g_param_spec_boolean("sublevels", P_("Sublevels"),
    
    This is probably caused by the P_() macro if GETTEXT_PACKAGE is not set.
    eht16 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f801b39 View commit details
    Browse the repository at this point in the history