kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compile warning in cachetest2.c
rodzic
a124bcafb7
commit
d4de834ee4
|
@ -23,14 +23,10 @@
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
RIG *my_rig;
|
RIG *my_rig;
|
||||||
char *rig_file, *info_buf, *mm;
|
char *rig_file, *info_buf;
|
||||||
int retcode;
|
int retcode;
|
||||||
int model;
|
int model;
|
||||||
int baud;
|
int cache_timeout = 0;
|
||||||
int loops;
|
|
||||||
int cache_timeout;
|
|
||||||
int i;
|
|
||||||
struct timespec start, startall;
|
|
||||||
|
|
||||||
if (argc != 1)
|
if (argc != 1)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue