From b738a38cbe1f2bce23088946898aab01b5470e8e Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Tue, 21 Feb 2023 10:53:58 +0000 Subject: [PATCH] fix compile warnings from rigctl --- rigcommander.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rigcommander.cpp b/rigcommander.cpp index 3737ea4..454f356 100644 --- a/rigcommander.cpp +++ b/rigcommander.cpp @@ -5535,6 +5535,16 @@ void rigCommander::stateUpdated() } getDialLock(); break; + + case ANN: + case APO: + case BACKLIGHT: + case BEEP: + case TIME: + case BAT: + case KEYLIGHT: + break; + } } ++i;