Fixed various MSVC warnings.

This commit is contained in:
Mattes D
2020-05-06 12:53:37 +01:00
committed by peterbell10
parent 57952505e5
commit bdb8830b9c
4 changed files with 3 additions and 5 deletions
+1
View File
@@ -276,5 +276,6 @@ private:
return { 0, 0, 0 };
}
}
UNREACHABLE(!"Unhandled block face!");
}
} ;