Task #131677 - added.err
back to task #131677download
Error: COMPILER_WARNING:
libksysguard-6.7.3/formatter/Formatter.cpp: scope_hint: In function ‘KSysGuard::Unit KSysGuard::adjustedUnit(qreal, Unit, MetricPrefix)’
libksysguard-6.7.3/formatter/Formatter.cpp:478:9: warning[-Wunused-but-set-variable=]: variable ‘inputOrder’ set but not used
# 478 | int inputOrder = order;
# | ^~~~~~~~~~
# 476|
# 477| const Unit baseUnit = unitBase(unit);
# 478|-> int inputOrder = order;
# 479| // Indepent of the user preference how it should be shown in the UI the input byte values use "proper" magnitudes of 1024
# 480| if (baseUnit == Unit::UnitByte || baseUnit == Unit::UnitByteRate || baseUnit == Unit::UnitBitRate) {