mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-05-31 00:39:50 +08:00
Fix compile warning
This commit is contained in:
@@ -521,7 +521,7 @@ static PLI_INT32 ivlh_readline_calltf(ICARUS_VPI_CONST PLI_BYTE8*name)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int len = strlen(buf);
|
||||
size_t len = strlen(buf);
|
||||
|
||||
if(len == 0) {
|
||||
show_error_line(callh);
|
||||
|
||||
Reference in New Issue
Block a user