From bb4e3d6c8f77aaa9704c7ded6a68a6497c34a802 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Mon, 13 Jan 2020 23:07:33 -0600 Subject: [PATCH] Fix cppcheck warning in ic746.c --- icom/ic746.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icom/ic746.c b/icom/ic746.c index a035c84b0..e588f1c86 100644 --- a/icom/ic746.c +++ b/icom/ic746.c @@ -131,8 +131,8 @@ typedef struct unsigned char tone_sql[3]; /* tone squelch frequency as tone */ struct { - unsigned char - pol; /* DTCS polarity by nibbles Tx pol | Rx pol; 0 = normal; 1 = rev */ + //unsigned char + //pol; /* DTCS polarity by nibbles Tx pol | Rx pol; 0 = normal; 1 = rev */ unsigned char code[2]; /* DTCS code bigendian */ } dcs; } channel_str_t;