And another compiler warning fix

This commit is contained in:
Cary R 2020-12-14 20:21:10 -08:00
parent 7f2ee99ebd
commit 0a429dba99
1 changed files with 1 additions and 0 deletions

View File

@ -804,6 +804,7 @@ void __vpiNullConst::vpi_get_value(p_vpi_value val)
case vpiObjTypeVal: case vpiObjTypeVal:
val->format = vpiStringVal; val->format = vpiStringVal;
// fall through
case vpiBinStrVal: case vpiBinStrVal:
case vpiDecStrVal: case vpiDecStrVal:
case vpiOctStrVal: case vpiOctStrVal: