kopia lustrzana https://github.com/Hamlib/Hamlib
Fix cppcheck warnings in ampctld.c
rodzic
dc19f2820e
commit
578cad19bf
|
@ -176,8 +176,10 @@ int main(int argc, char *argv[])
|
|||
pthread_attr_t attr;
|
||||
#endif
|
||||
struct handle_data *arg;
|
||||
#ifdef SIGPIPE
|
||||
#if HAVE_SIGACTION
|
||||
struct sigaction act;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
while (1)
|
||||
|
|
Ładowanie…
Reference in New Issue