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

    r4810254 r7ecfb7b  
    3232int16_t et_ires(int16_t n)
    3333{
     34        (void)n;
     35
    3436        if (curfunc NE 4)
    3537                return(FAILURE);
     
    5052{
    5153        register int16_t tmpval;
     54
     55        (void)n;
    5256
    5357        if (curfunc NE 4)
Note: See TracChangeset for help on using the changeset viewer.