Changeset 7ecfb7b in buchla-68k for ram/ettval.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/ettval.c

    r4810254 r7ecfb7b  
    3434        register int8_t ts;
    3535
     36        (void)n;
     37
    3638        tv = (tunval < 0 ? -tunval : tunval) >> 1;
    3739        ts = tunval < 0 ? '-' : '+';
     
    5153int16_t ef_tval(int16_t n)
    5254{
    53         register int16_t *ov;
    5455        register int16_t i, tmpval, tv;
    5556        register int8_t ts;
Note: See TracChangeset for help on using the changeset viewer.