mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
default case for ir_value_dump's type switch
This commit is contained in:
parent
c3cbda8b2b
commit
b968927074
1 changed files with 1 additions and 0 deletions
1
ir.c
1
ir.c
|
@ -2851,6 +2851,7 @@ void ir_value_dump(ir_value* v, int (*oprintf)(const char*, ...))
|
|||
{
|
||||
if (v->isconst) {
|
||||
switch (v->vtype) {
|
||||
default:
|
||||
case TYPE_VOID:
|
||||
oprintf("(void)");
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue