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

    r4810254 r7ecfb7b  
    1818int16_t et_icnf(int16_t n)
    1919{
     20        (void)n;
     21
    2022        sprintf(ebuf, "%02d", vbufs[curvce].idhcfg);
    2123        ebflag = TRUE;
     
    3335{
    3436        register int16_t i, tmpval;
     37
     38        (void)n;
    3539
    3640        ebuf[2] = '\0';                 /* terminate the string in ebuf */
     
    7983int16_t nd_icnf(int16_t n, int16_t k)
    8084{
    81         register int16_t ec, c;
     85        register int16_t ec;
    8286
    8387        ec = stccol - cfetp->flcol;     /* setup edit buffer column */
Note: See TracChangeset for help on using the changeset viewer.