[geany/geany-plugins] 9d1ea0: Merge pull request #397 from b4n/scope/cppcheck-false-positive

Frank Lanitz git-noreply at xxxxx
Thu Mar 10 09:33:01 UTC 2016


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Thu, 10 Mar 2016 09:33:01 UTC
Commit:      9d1ea059a43a24ac4f9c106ac5e6c53f45082358
             https://github.com/geany/geany-plugins/commit/9d1ea059a43a24ac4f9c106ac5e6c53f45082358

Log Message:
-----------
Merge pull request #397 from b4n/scope/cppcheck-false-positive

scope: Ignore a false positive from cppcheck


Modified Paths:
--------------
    scope/src/Makefile.am

Modified: scope/src/Makefile.am
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -59,4 +59,7 @@ scope_la_CFLAGS = $(AM_CFLAGS) $(VTE_CFLAGS) \
 	-DPLUGINHTMLDOCDIR=\"$(plugindocdir)/html\" \
 	-Wno-shadow
 
+# http://trac.cppcheck.net/ticket/7243
+AM_CPPCHECKFLAGS = --suppress='unknownEvaluationOrder:$(srcdir)/store/scptreestore.c:909'
+
 include $(top_srcdir)/build/cppcheck.mk



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list