summaryrefslogtreecommitdiffstats
path: root/src/cppcheck-suppress.lst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [2278] Add temporary suppression for false positivesJelte Jansen2012-10-021-0/+15
|
* [master] Move cppcheck suppressions to the source files (inline)Mukund Sivaraman2012-03-301-17/+8
| | | | | | This fixes a cppcheck regression introduced in commit 48cfa00bb988cfeebab4e6ac7ae440cd685137e5 (I think), which caused line numbers to change.
* [master] add new intential self-comparisons to cppcheck suppression listJelte Jansen2012-03-011-0/+3
|
* [1193] updates to fix cppcheck-1.53 warningsJelte Jansen2012-02-211-5/+13
|
* [master] suppressed selfAssignment check for some rdata_txt_like test.JINMEI Tatuya2011-10-111-0/+1
| | | | directly pushing.
* [master] adjusted cppcheck filter to suppress a false alarm about a template ↵JINMEI Tatuya2011-09-291-1/+1
| | | | | | file. trivial, directly pushing the fix.
* Remove empty code in lib/cache and the corresponding suppression rule in ↵zhanglikun2011-06-071-5/+0
| | | | src/cppcheck-suppress.lst
* [master] corrected a line number in a cppcheck filter, which wasJINMEI Tatuya2011-05-201-1/+1
| | | | | needed to be adjusted due to a recent change. pushing it directly.
* [trac893] updated cppcheck filterJINMEI Tatuya2011-05-061-1/+1
|
* [master] Merge branch 'trac812' with fixing conflicts and regression.JINMEI Tatuya2011-04-291-1/+1
| | | | | | | | | | | | | | Conflicts: doc/Doxyfile src/lib/Makefile.am src/lib/cryptolink/cryptolink.cc src/lib/dns/tsigkey.cc src/lib/util/unittests/Makefile.am Other fixes: - cppcheck filter adjustment - (indirect) dependency on libbotan. actually we should be able to make the link within libcryptolink, so I chose that approach. hopefully it doesn't break autobuild.
* [master] adjusted line numbers in the cppcheck suppression list so thatJINMEI Tatuya2011-04-191-3/+3
| | | | it works correctly with recent changes.
* [master] minor editorial correction. going to push directly.JINMEI Tatuya2011-03-031-1/+1
|
* [trac613] suppress functionConst for resolver_cache.h, too.JINMEI Tatuya2011-02-281-0/+1
| | | | | it should have been necessary but apparently the check was skipped due to the way we include header files.
* [trac613] canceled the workaround change for 'selfassignment' in tests.JINMEI Tatuya2011-02-281-2/+11
| | | | | exclude these warnings in the suppress list instead. also added some comments about the suppress list.
* [trac613] added missingInclude to suppression list. it reportedly causedJINMEI Tatuya2011-02-281-0/+1
| | | | false alarms on some systems.
* [trac613] made sure NameserverEntry::xxx_address_ are initialized in the ↵JINMEI Tatuya2011-02-251-1/+0
| | | | | | constructor. With this change we can silence cppcheck in one other point.
* [trac613] supporess 'debug' output from cppcheckJINMEI Tatuya2011-02-251-0/+1
| | | | | with it cppcheck on bind10.isc.org would complain about lots of include file 'not found'.
* [trac613] use an older format of suppressions option for wider applicability.JINMEI Tatuya2011-02-251-0/+4
specifically, cppcheck on bind10.isc.org doesn't understand the --suppressions-list= form of option.