Limpiando warnings
This commit is contained in:
@@ -122,7 +122,7 @@ void ControlPanel::on_click_load_rom()
|
||||
);
|
||||
}
|
||||
|
||||
void ControlPanel::on_callback_load_rom(void* self, const char* const* filelist, int filter)
|
||||
void ControlPanel::on_callback_load_rom(void* self, const char* const* filelist, int)
|
||||
{
|
||||
const auto control_panel = static_cast<ControlPanel*>(self);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user