mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
fix an unused enum warning missed by gcc 3.0
This commit is contained in:
parent
7e052a5cc7
commit
5f54a1931b
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ static const char rcsid[] =
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue