We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

File tucnak-4.70-gcc16.patch of Package tucnak

Index: tucnak-4.70/src/sdr.c
===================================================================
--- tucnak-4.70.orig/src/sdr.c
+++ tucnak-4.70/src/sdr.c
@@ -812,7 +812,7 @@ void sw_sdr_redraw(struct subwin *sw, st
 
 
 gpointer sdr_thread_func(gpointer data){
-    int total = 0, i;
+    int i;
     struct sdr *sdr = (struct sdr *)data;
 	struct timeval tv1, tv2, stop, tvstart;
 	long oldsec = 0;
@@ -910,8 +910,6 @@ gpointer sdr_thread_func(gpointer data){
 
 		gettimeofday(&tv2, NULL);
 
-        total += frames;
-        
 		b = buf;
 		pd = (double*)(sdr->iq + (sdr->n - sdr->frames));
 		for (i = 0; i < sdr->frames; i++){
Index: tucnak-4.70/src/ssbd.c
===================================================================
--- tucnak-4.70.orig/src/ssbd.c
+++ tucnak-4.70/src/ssbd.c
@@ -287,7 +287,6 @@ gpointer ssbd_play_thread_func(gpointer
     int frames, samples, writtenf, writtens;
     int err;
     short *wrptr;
-    int xxx = -1;
 	sf_count_t cnt;
 	int tocopy; // in samples
     
@@ -303,7 +302,6 @@ gpointer ssbd_play_thread_func(gpointer
     while(1){
 		int seek;
 
-        xxx++;
         if (gssbd->proc_break) {
             gssbd->dsp->reset(gssbd->dsp);
             goto x; 
openSUSE Build Service is sponsored by