mirror of
https://github.com/slendidev/smath.git
synced 2025-12-10 12:59:51 +02:00
Add default case to shut compilers up
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
@@ -435,6 +435,8 @@ constexpr auto is_valid(char c) -> bool {
|
||||
case 'u':
|
||||
case 'v':
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user