mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 05:47:31 +02:00
Some more cppcheck cleanup/updates
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user