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

    r4810254 r7ecfb7b  
    1616int16_t et_ttab(int16_t n)
    1717{
     18        (void)n;
     19
    1820        sprintf(ebuf, "%d", curtun);
    1921        ebflag = TRUE;
     
    3032int16_t ef_ttab(int16_t n)
    3133{
    32         register int16_t i, tmpval;
     34        (void)n;
    3335
    3436        ebuf[1] = '\0';                 /* terminate the string in ebuf */
Note: See TracChangeset for help on using the changeset viewer.