Attached patch against svn trunk for gcc 4.3. (taken from gentoo package)

Please apply.

-- 
Hanno Böck              Blog:           http://www.hboeck.de/
GPG: 3DBD3B20           Jabber/Mail:    [EMAIL PROTECTED]
--- plugins/threshold/threshold.C
+++ plugins/threshold/threshold.C
@@ -461,13 +461,13 @@
 }
 
 template<>
-static inline float scale_to_range(int v)
+inline float scale_to_range(int v)
 {
 	return (float) v / 0xff;
 }
 
 template<>
-static inline uint16_t scale_to_range(int v)
+inline uint16_t scale_to_range(int v)
 {
 	return v << 8 | v;
 }

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to