mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 21:05:45 +00:00
common: Enable warnings as errors
Cleans up common so that we can enable warnings as errors.
This commit is contained in:
parent
b712b3684a
commit
38ffaef6eb
10 changed files with 57 additions and 37 deletions
|
@ -274,7 +274,6 @@ const char* GetLogClassName(Class log_class) {
|
|||
case Class::Count:
|
||||
break;
|
||||
}
|
||||
UNREACHABLE();
|
||||
return "Invalid";
|
||||
}
|
||||
|
||||
|
@ -293,7 +292,6 @@ const char* GetLevelName(Level log_level) {
|
|||
break;
|
||||
}
|
||||
#undef LVL
|
||||
UNREACHABLE();
|
||||
return "Invalid";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue