(mapper) Silence -Wunused-variablewarning

This commit is contained in:
retro-wertz
2017-10-01 20:51:36 +08:00
parent edc2c3f677
commit b769573876
6 changed files with 93 additions and 78 deletions

View File

@@ -131,7 +131,7 @@ static const unsigned char default_inst[15][8] = {
/* AM speed(Hz) and depth(dB) */
#define AM_SPEED 3.7
//#define AM_DEPTH 4.8
/* #define AM_DEPTH 4.8 */
#define AM_DEPTH 2.4
/* Cut the lower b bit(s) off. */
@@ -545,7 +545,7 @@ static void maketables(uint32 c, uint32 r) {
makeTllTable();
makeRksTable();
makeSinTable();
//makeDefaultPatch ();
/* makeDefaultPatch (); */
}
if (r != rate) {
@@ -595,7 +595,7 @@ void OPLL_reset(OPLL * opll) {
for (i = 0; i < 6; i++) {
opll->key_status[i] = 0;
//setPatch (opll, i, 0);
/* setPatch (opll, i, 0); */
}
for (i = 0; i < 0x40; i++)