And another compiler warning fix
This commit is contained in:
parent
7f2ee99ebd
commit
0a429dba99
|
|
@ -804,6 +804,7 @@ void __vpiNullConst::vpi_get_value(p_vpi_value val)
|
|||
|
||||
case vpiObjTypeVal:
|
||||
val->format = vpiStringVal;
|
||||
// fall through
|
||||
case vpiBinStrVal:
|
||||
case vpiDecStrVal:
|
||||
case vpiOctStrVal:
|
||||
|
|
|
|||
Loading…
Reference in New Issue