Unvanquished / updater

QML based updater to install, update and launch the Unvanquished game.
https://unvanquished.net/download
15 stars 7 forks source link

warning: unused parameter ‘flags’ in unix.cpp: RelaunchElevated #85

Closed illwieckz closed 5 months ago

illwieckz commented 3 years ago

I got this:

unix.cpp: In function ‘Sys::ElevationResult Sys::RelaunchElevated(const QString&)’:
unix.cpp:260:49: warning: unused parameter ‘flags’ [-Wunused-parameter]
  260 | ElevationResult RelaunchElevated(const QString& flags)

All other warnings I get are from dependencies, not our code.