mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Merge pull request #8376 from tkln/watch-widget-sign-compare
WatchWidget: Fix integer comparison signedness warnings
This commit is contained in:
commit
c6da1f050b
1 changed files with 1 additions and 1 deletions
|
@ -54,5 +54,5 @@ private:
|
|||
|
||||
bool m_updating = false;
|
||||
|
||||
static constexpr size_t NUM_COLUMNS = 6;
|
||||
static constexpr int NUM_COLUMNS = 6;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue