Closed PavelNajman closed 3 years ago
When building with g++, the compiler shows a warning about control reaching the end of a non-void function. This PR removes the warning by adding the default branch to the switch statement.
When building with g++, the compiler shows a warning about control reaching the end of a non-void function. This PR removes the warning by adding the default branch to the switch statement.