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

    r4810254 r7ecfb7b  
    1818        register int16_t hoff;
    1919        register int8_t hosgn;
     20
     21        (void)n;
    2022
    2123        lstwoff = curwoff;
     
    4648int16_t ef_woff(int16_t n)
    4749{
    48         register int16_t *ov;
    4950        register int16_t i, tmpval;
     51
     52        (void)n;
    5053
    5154        ebuf[5] = '\0';                 /* terminate the string in ebuf */
Note: See TracChangeset for help on using the changeset viewer.