Update to clang-16

Use runner Ubuntu 22.04 for clang-16
Remove unused code detected by clang-16
This commit is contained in:
Magne Sjaastad
2024-01-05 15:13:50 +01:00
committed by GitHub
parent 9ac518fbe0
commit ff6472c6b7
8 changed files with 30 additions and 32 deletions

View File

@@ -1765,7 +1765,6 @@ void RiuMainWindow::updateMemoryUsage()
QColor okColor( 0, 150, 0 );
QColor warningColor( 200, 0, 0 );
QColor criticalColor( 255, 100, 0 );
float currentUsageFraction = 0.0f;
float availVirtualFraction = 1.0f;