Cleanup: warnings

This commit is contained in:
2018-09-27 21:15:42 +10:00
parent c722728b7f
commit 14e7fcfdde
2 changed files with 6 additions and 4 deletions

View File

@@ -74,6 +74,8 @@ int GPU_indexbuf_primitive_len(GPUPrimType prim_type)
return 3;
case GPU_PRIM_LINES_ADJ:
return 4;
default:
break;
}
#if TRUST_NO_ONE
assert(false);