From fcf35c1b303cd21eb0cd73444cbba49110aacacd Mon Sep 17 00:00:00 2001 From: arbee Date: Thu, 15 Dec 2016 22:05:15 -0500 Subject: [PATCH] fix compile with Xcode 8.2 (nw) --- src/osd/modules/debugger/debugimgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/modules/debugger/debugimgui.cpp b/src/osd/modules/debugger/debugimgui.cpp index a92ad53b5a1..8c48d1a2b7d 100644 --- a/src/osd/modules/debugger/debugimgui.cpp +++ b/src/osd/modules/debugger/debugimgui.cpp @@ -1000,7 +1000,7 @@ void debug_imgui::refresh_filelist() util::zippath_directory* dir = nullptr; const char *volume_name; const osd::directory::entry *dirent; - uint8_t first; + uint8_t first = 0; // todo m_filelist.clear();