From dbb1cbce67213dae3d7b354c8d7ac8e824888e63 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 15 Aug 2020 11:14:09 -0400 Subject: yuzu: Resolve -Wextra-semi warnings While we're in the same area, we can ensure GameDir member variables are always initialized to consistent values. --- src/yuzu/game_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yuzu/game_list.cpp') diff --git a/src/yuzu/game_list.cpp b/src/yuzu/game_list.cpp index 62acc3720..967ef4a21 100644 --- a/src/yuzu/game_list.cpp +++ b/src/yuzu/game_list.cpp @@ -406,7 +406,7 @@ bool GameList::isEmpty() const { type == GameListItemType::SysNandDir)) { item_model->invisibleRootItem()->removeRow(child->row()); i--; - }; + } } return !item_model->invisibleRootItem()->hasChildren(); } -- cgit v1.2.3