Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Sun, 17 Sep 2023 09:27:24 UTC Commit: fc1fcf374abcafe914e3e99b6e12a66cec4da962 https://github.com/geany/geany-plugins/commit/fc1fcf374abcafe914e3e99b6e12a6...
Log Message: ----------- Merge pull request #1264 from eht16/scope_fix_cppcgeck_warning
Scope: Define GETTEXT_PACKAGE macro for recent cppcheck versions
Modified Paths: -------------- scope/src/Makefile.am
Modified: scope/src/Makefile.am 2 lines changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -60,6 +60,8 @@ scope_la_CFLAGS = $(AM_CFLAGS) $(VTE_CFLAGS) \ -Wno-shadow \ -I$(top_srcdir)/utils/src
+AM_CPPCHECKFLAGS = -DGETTEXT_PACKAGE="geany-plugins" + include $(top_srcdir)/build/cppcheck.mk
if UNITTESTS
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org