mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Enable -Wunused-variable
This commit is contained in:
parent
631d7d0ce7
commit
db8e6fe7a7
62 changed files with 167 additions and 183 deletions
|
@ -238,7 +238,7 @@ QCoreApplication* createApplication(int& argc, char* argv[])
|
|||
if (i_rounding_2)
|
||||
{
|
||||
const auto arg_val = argv[i_rounding_2];
|
||||
const auto arg_len = std::strlen(arg_val);
|
||||
//const auto arg_len = std::strlen(arg_val);
|
||||
s64 rounding_val_cli = 0;
|
||||
|
||||
if (!cfg::try_to_int64(&rounding_val_cli, arg_val, static_cast<int>(Qt::HighDpiScaleFactorRoundingPolicy::Unset), static_cast<int>(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue