Some more cppcheck cleanup/updates

This commit is contained in:
Cary R
2014-06-29 20:39:40 -07:00
parent 0ffd61a835
commit 0611135758
31 changed files with 88 additions and 57 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2013 Stephen Williams ([email protected])
* Copyright (c) 2001-2014 Stephen Williams ([email protected])
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
@@ -379,7 +379,7 @@ static vpiHandle sysfunc_put_4net_value(vpiHandle ref, p_vpi_value vp, int)
break;
default:
fprintf(stderr, "XXXX format=%d, vwid=%u\n", (int)vp->format,
fprintf(stderr, "XXXX format=%d, vwid=%d\n", (int)vp->format,
rfp->vwid);
assert(0);
}