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

    r4810254 r7ecfb7b  
    1818int16_t et_ipnt(int16_t n)
    1919{
     20        (void)n;
     21
    2022        sprintf(ebuf, "%02d", subj);
    2123        ebflag = TRUE;
     
    3537        register struct idfnhdr *fp;
    3638        register struct instdef *ip;
     39
     40        (void)n;
    3741
    3842        ip = &vbufs[curvce];            /* set instrument pointer */
Note: See TracChangeset for help on using the changeset viewer.