mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
Fix almost every warning (#2195)
Fix almost every warning as of Clang 19 * <codecvt> is deprecated, we can use QString's UTF-16 conversion instead * remove sem_timedwait implementation as we don't need it anymore * remove a useless shift that has its result discarded * change usages of deprecated sprintf to snprintf
This commit is contained in:

committed by
GitHub

parent
be26878b4c
commit
c41951d49c
@ -54,7 +54,7 @@ public:
|
||||
}
|
||||
|
||||
private slots:
|
||||
void done(int r);
|
||||
void done(int r) override;
|
||||
|
||||
//
|
||||
|
||||
|
Reference in New Issue
Block a user