diff Plugins/Input/console/Dual_Resampler.cxx @ 1718:44c3711dd049 trunk

[svn] Fixed a LOT of warnings showing up with -Wall. This is the first step towards making Audacious compile with -Wall -Werror, but it's still far from beeing finished. PS: *sigh* I even had to patch C++ (therefore ugly) files!
author js
date Sat, 16 Sep 2006 17:17:22 -0700
parents e24213152357
children
line wrap: on
line diff
--- a/Plugins/Input/console/Dual_Resampler.cxx	Sat Sep 16 16:26:54 2006 -0700
+++ b/Plugins/Input/console/Dual_Resampler.cxx	Sat Sep 16 17:17:22 2006 -0700
@@ -19,7 +19,7 @@
 
 #include BLARGG_SOURCE_BEGIN
 
-int const resampler_extra = 256;
+const unsigned resampler_extra = 256;
 
 Dual_Resampler::Dual_Resampler()
 {