mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 18:28:20 -05:00
common: Enable warnings as errors
Cleans up common so that we can enable warnings as errors.
This commit is contained in:
@ -53,7 +53,7 @@ public:
|
||||
return Common::Divide128On32(temporary, 1000000000).first;
|
||||
}
|
||||
|
||||
void Pause(bool is_paused) override {
|
||||
void Pause([[maybe_unused]] bool is_paused) override {
|
||||
// Do nothing in this clock type.
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user