fixed first bunch of compiler warnings
authorBenjamin Otte <otte@gnome.org>
Sat, 6 Apr 2002 03:40:13 +0000 (03:40 +0000)
committerBenjamin Otte <otte@gnome.org>
Sat, 6 Apr 2002 03:40:13 +0000 (03:40 +0000)
Original commit message from CVS:
fixed first bunch of compiler warnings

gst/adder/gstadder.c
gst/audioscale/gstaudioscale.c

index bd48f18..5438b12 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include "gstadder.h"
+#include <string.h>            /* strcmp */
 
 #define GST_ADDER_BUFFER_SIZE 4096
 #define GST_ADDER_NUM_BUFFERS 8
index 246a26b..ebd733a 100644 (file)
@@ -81,7 +81,7 @@ src_template (void)
   }
   return template;
 }
-
+/* defined but not used
 #define GST_TYPE_AUDIOSCALE_METHOD (gst_audioscale_method_get_type())
 static GType
 gst_audioscale_method_get_type (void)
@@ -99,7 +99,7 @@ gst_audioscale_method_get_type (void)
   }
   return audioscale_method_type;
 }
-
+*/
 static void    gst_audioscale_class_init       (AudioscaleClass *klass);
 static void    gst_audioscale_init             (Audioscale *audioscale);