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) 2004-2010 Stephen Williams ([email protected])
* Copyright (c) 2004-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
@@ -254,7 +254,7 @@ bool vvp_fun_part_var::recv_vec4_(vvp_net_ptr_t port, const vvp_vector4_t&bit,
base = tmp;
break;
default:
fprintf(stderr, "Unsupported port type %d.\n", port.port());
fprintf(stderr, "Unsupported port type %u.\n", port.port());
assert(0);
break;
}