[geany/geany-plugins] 49ec5a: scope: Ignore a false positive from cppcheck

Colomban Wendling git-noreply at xxxxx
Thu Mar 10 01:08:32 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 10 Mar 2016 01:08:32 UTC
Commit:      49ec5ac5d8ac23c55030e08dfb0b8b48cc68383a
             https://github.com/geany/geany-plugins/commit/49ec5ac5d8ac23c55030e08dfb0b8b48cc68383a

Log Message:
-----------
scope: Ignore a false positive from cppcheck

http://trac.cppcheck.net/ticket/7243


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