CVS commit by arwalker: Removed all compiler warnings M +6 -0 chop.c 1.2 --- kdeextragear-2/kst/plugins/chop/chop.c #1.1:1.2 @@ -26,4 +26,10 @@ int chop( const double *const inArrays[] int i; + /* + prevent warnings about unused parameters... + */ + if( inScalars ) { } + if( outArrays ) { } + if( iLength > 1 ) {