mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
Fix some warnings
This commit is contained in:
parent
315d9c308b
commit
58140e1d3a
10 changed files with 34 additions and 25 deletions
|
@ -369,6 +369,8 @@ bool update_manager::handle_rpcs3(const QByteArray& data, bool auto_accept)
|
|||
m_downloader->update_progress_dialog(tr("Updating RPCS3"));
|
||||
|
||||
#ifdef __APPLE__
|
||||
Q_UNUSED(data);
|
||||
Q_UNUSED(auto_accept);
|
||||
update_log.error("Unsupported operating system.");
|
||||
return false;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue