Cleanup compile warnings

This commit is contained in:
Seth Hillbrand
2022-06-21 17:04:56 -07:00
parent d34e896708
commit a852286eb5
9 changed files with 24 additions and 27 deletions
+3
View File
@@ -201,7 +201,10 @@ CHANGE_TYPE COMMIT::convert( UNDO_REDO aType ) const
default:
assert( false );
// Can't fall through if the assert fires, so quiet our warning
#ifdef NDEBUG
KI_FALLTHROUGH;
#endif
case UNDO_REDO::CHANGED:
return CHT_MODIFY;