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

    r4810254 r7ecfb7b  
    1818int16_t et_wslt(int16_t n)
    1919{
     20        (void)n;
     21
    2022        sprintf(ebuf, "%c", curwslt + 'A');
    2123        ebflag = TRUE;
     
    3234int16_t ef_wslt(int16_t n)
    3335{
     36        (void)n;
     37
    3438        ebuf[1] = '\0';                 /* terminate the string in ebuf */
    3539        ebflag = FALSE;
Note: See TracChangeset for help on using the changeset viewer.