Package: gwc
Severity: normal
Tags: patch

'gwc' fails to build from source with gcc-3.4/gcc-4.0.

biquad.c:247: error: conflicting types for 'load_filter_preferences'
biquad.c:64: error: previous implicit declaration of 'load_filter_preferences' 
was here

The following patch allows gwc to build using gcc-3.4.


--- gwc-0.20-10/biquad.c.orig   2005-07-21 22:38:45.693178457 -0700
+++ gwc-0.20-10/biquad.c        2005-07-21 22:39:16.235839179 -0700
@@ -48,6 +48,7 @@
 static int filter_type = NOTCH ;
 static int feather_width = 20 ;
 
+void load_filter_preferences(void);
 
 void filter_audio(struct sound_prefs *p, long first, long last, int 
channel_mask)
 {




-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-perfctr-2.6.13-bmc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to