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

    r4810254 r7ecfb7b  
    1919{
    2020        register int16_t vv, vh, vl;
     21
     22        (void)n;
    2123
    2224        vv = pntptr->ipval >> 5;
     
    4749{
    4850        register int16_t i, tmpval, srctmp;
     51
     52        (void)n;
    4953
    5054        ebuf[2] = '.';
Note: See TracChangeset for help on using the changeset viewer.