diff options
| author | 2020-11-03 11:00:23 -0800 | |
|---|---|---|
| committer | 2020-11-03 11:00:23 -0800 | |
| commit | 222fe75401f0672de78c07ba901e650ccc8aa96a (patch) | |
| tree | b3f29608f58df5bc86c502171a5f66e2692ec3d8 /src/common/logging/backend.cpp | |
| parent | Merge pull request #4878 from bunnei/unload-nrr (diff) | |
| parent | common: Enable warnings as errors (diff) | |
| download | yuzu-222fe75401f0672de78c07ba901e650ccc8aa96a.tar.gz yuzu-222fe75401f0672de78c07ba901e650ccc8aa96a.tar.xz yuzu-222fe75401f0672de78c07ba901e650ccc8aa96a.zip | |
Merge pull request #4873 from lioncash/common-error
common: Enable warnings as errors
Diffstat (limited to 'src/common/logging/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 62cfde397..90dfa22ca 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -274,7 +274,6 @@ const char* GetLogClassName(Class log_class) { | |||
| 274 | case Class::Count: | 274 | case Class::Count: |
| 275 | break; | 275 | break; |
| 276 | } | 276 | } |
| 277 | UNREACHABLE(); | ||
| 278 | return "Invalid"; | 277 | return "Invalid"; |
| 279 | } | 278 | } |
| 280 | 279 | ||
| @@ -293,7 +292,6 @@ const char* GetLevelName(Level log_level) { | |||
| 293 | break; | 292 | break; |
| 294 | } | 293 | } |
| 295 | #undef LVL | 294 | #undef LVL |
| 296 | UNREACHABLE(); | ||
| 297 | return "Invalid"; | 295 | return "Invalid"; |
| 298 | } | 296 | } |
| 299 | 297 | ||