Skip to content

Commit

Permalink
Merge pull request #1264 from eht16/scope_fix_cppcgeck_warning
Browse files Browse the repository at this point in the history
Scope: Define GETTEXT_PACKAGE macro for recent cppcheck versions
  • Loading branch information
eht16 committed Sep 17, 2023
2 parents 27af15f + f801b39 commit fc1fcf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scope/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc1fcf3

Please sign in to comment.