cppcheck-suppress rigctl_parse.c

pull/224/head
Michael Black 2020-03-24 10:00:22 -05:00
rodzic ab77eea8b6
commit aa7e822d98
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1879,7 +1879,7 @@ declare_proto_rig(get_freq)
{
int status;
freq_t freq;
// cppcheck-suppress
// cppcheck-suppress *
char *fmt = "%"PRIll"%c";
status = rig_get_freq(rig, vfo, &freq);