Changeset 7ecfb7b in buchla-68k for ram/ettpch.c


Ignore:
Timestamp:
07/14/2017 09:11:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
aa021e2
Parents:
4810254
Message:

Unused variables and parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/ettpch.c

    r4810254 r7ecfb7b  
    7171        register int16_t key, val;
    7272
     73        (void)nn;
     74
    7375        key = loc2key(stcrow, stccol);
    7476
     
    9193{
    9294        register int16_t key;
     95
     96        (void)nn;
    9397
    9498        ebflag = FALSE;
Note: See TracChangeset for help on using the changeset viewer.