A lot of cleanaps, got rid of all warnings with -Wall;
The makefile now uses -Wall.
This commit is contained in:
@@ -869,6 +869,9 @@ Channel* Channel::BlockTemplate( Chip* chip, Bit32u samples, Bit32s* output ) {
|
||||
return (this + 2);
|
||||
}
|
||||
break;
|
||||
case sm2Percussion:
|
||||
case sm3Percussion:
|
||||
break;
|
||||
}
|
||||
//Init the operators with the the current vibrato and tremolo values
|
||||
Op( 0 )->Prepare( chip );
|
||||
@@ -940,6 +943,9 @@ Channel* Channel::BlockTemplate( Chip* chip, Bit32u samples, Bit32s* output ) {
|
||||
output[ i * 2 + 0 ] += sample & maskLeft;
|
||||
output[ i * 2 + 1 ] += sample & maskRight;
|
||||
break;
|
||||
case sm2Percussion:
|
||||
case sm3Percussion:
|
||||
break;
|
||||
}
|
||||
}
|
||||
switch( mode ) {
|
||||
|
||||
Reference in New Issue
Block a user