Fix some compile warnings

merge-requests/9/merge
Phil Taylor 2022-01-23 16:43:58 +00:00
rodzic 264ad231c0
commit 87a36426cf
3 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -141,6 +141,7 @@ int main(int argc, char *argv[])
#ifdef BUILD_WFSERVER
servermain *w = new servermain(serialPortCL, hostCL, settingsFile);
Q_UNUSED(w); // Prevent warning!
#else
a.setWheelScrollLines(1); // one line per wheel click

Wyświetl plik

@ -4555,6 +4555,7 @@ void rigCommander::stateUpdated()
break;
// All meters can only be updated from the rig end.
case SMETER:
case SWRMETER:
case POWERMETER:
case ALCMETER:
case COMPMETER:

Wyświetl plik

@ -2,9 +2,9 @@
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<QtLastBackgroundBuild>2022-01-17T12:12:10.6444561Z</QtLastBackgroundBuild>
<QtLastBackgroundBuild>2022-01-23T13:00:12.7440722Z</QtLastBackgroundBuild>
</PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<QtLastBackgroundBuild>2022-01-17T12:12:12.8619428Z</QtLastBackgroundBuild>
<QtLastBackgroundBuild>2022-01-23T13:00:16.3164650Z</QtLastBackgroundBuild>
</PropertyGroup>
</Project>