Cary R
dc8b7d0184
Cleanup some cppcheck warnings
2022-12-28 00:00:31 -08:00
Cary R
da7484eea1
Update compiler with suggestions from cppcheck
2021-01-02 14:04:46 -08:00
Cary R
a9388a895e
Update cppcheck waivers
2019-03-26 22:43:03 -07:00
Cary R
d9478bd837
Update cppcheck waiver files
2017-10-23 00:21:51 -07:00
Cary R
5853e32f82
Fix some cppcheck warning issues
2016-09-13 23:45:25 -07:00
Cary R
1b8ed5f3ed
Fix a few more cppcheck warnings and ignore the exported functions
2015-12-19 18:51:18 -08:00
Cary R
399384d81b
Fix some cppcheck warnings and bugs
2015-12-19 17:19:19 -08:00
Cary R
a04104077f
Update top level cppcheck suppression file
2015-01-15 17:37:26 -08:00
Cary R
c8255952a3
Update cppcheck supprression file
2014-12-16 16:47:00 -08:00
Cary R
1cfbd2db63
Fix some cppcheck warnings.
2014-09-10 18:54:01 -07:00
Cary R
0611135758
Some more cppcheck cleanup/updates
2014-06-29 20:39:40 -07:00
Cary R
07cc18284c
Fix print token/argument mismatches and other cppcheck fixes
2013-09-09 13:34:38 -07:00
Cary R
f636ffde48
Update some line numbers in the cppcheck suppression files
2013-07-16 11:27:37 -07:00
Cary R
84a24f2a34
Remove a cppcheck warning and update suppression file
2013-01-01 16:56:58 -08:00
Cary R
b098e31cc7
Fix cppcheck warning and update suppression file
2012-12-18 11:54:26 -08:00
Cary R
15fb58f8e4
Remove some cppcheck warnings, etc.
2012-11-12 18:15:25 -08:00
Cary R
daa12ec2b3
Update line numbers for cppcheck suppressions
2012-09-13 12:44:39 -07:00
Cary R
62b7c52329
Fix a few cppcheck issues and update some suppressions
2012-01-05 18:55:00 -08:00
Cary R
46af6667dd
Update line numbers in cppcheck suppression file.
...
A recent update shifted the lines that we are trying to suppress.
2011-12-01 10:37:32 -08:00
Cary R
be1be31deb
Update some cppcheck suppressions and fix one problem in the code.
...
Update the line number for a couple cppcheck suppressions and add one for
the pool variable in the vvp directory.
Also move a check for null to the correct place.
2011-09-29 09:40:40 -07:00
Cary R
4006bb2336
Some more cppcheck cleanup.
...
This patch cleans up most of the warnings in the main (ivl) directory.
2011-04-20 18:09:11 -07:00
Cary R
20f3d7c26c
Remove some more cppcheck warnings.
...
This patch removes some more simple cppcheck warnings and updates two of
the cppcheck suppression files.
2011-01-12 16:34:42 -08:00
Cary R
912f82b589
Add suppression for some cppheck problems.
...
The files we get from GTKWave are not under our control so we need to
ignore the cppcheck style warnings for them. The random routines are
from the standard so they should not be changed to fix style warnings
either. We also have some weird, but correct pointer subtraction that
cppcheck warns about. This patch adds suppression files for all these
warnings. You must have the latest cppcheck from git since I submitted
a patch that adds the ability to place comments in the suppression file.
2010-11-02 10:59:31 -07:00