mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix compiler warnings
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
94da1308ac
commit
ec4b36b299
25 changed files with 62 additions and 70 deletions
|
|
@ -282,6 +282,9 @@ bool copyFileAttributes(QString src, QString dst)
|
|||
if (attrs == INVALID_FILE_ATTRIBUTES)
|
||||
return false;
|
||||
return SetFileAttributesW(dst.toStdWString().c_str(), attrs);
|
||||
#else
|
||||
Q_UNUSED(src);
|
||||
Q_UNUSED(dst);
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue