mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
V10: Fix class versus struct warning in clang
This commit is contained in:
+1
-1
@@ -464,7 +464,7 @@ int vpip_time_units_from_handle(vpiHandle obj)
|
||||
struct __vpiSysTaskCall*task;
|
||||
struct __vpiScope*scope;
|
||||
struct __vpiSignal*signal;
|
||||
struct __vpiNamedEvent*event;
|
||||
__vpiNamedEvent*event;
|
||||
|
||||
if (obj == 0)
|
||||
return vpip_get_time_precision();
|
||||
|
||||
Reference in New Issue
Block a user