Changeset 7ecfb7b in buchla-68k for iolib


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.

Location:
iolib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • iolib/dofmt.c

    r4810254 r7ecfb7b  
    4545
    4646        int16_t hradix,
    47                 lowbit,
    4847                length,
    4948                fplus,
  • iolib/rawio.c

    r4810254 r7ecfb7b  
    8383
    8484                for (j = 0; j < nc; j++)        /* scan each byte of ctl */
    85                         if (*ctl++ EQ c )       /* done if we find it */
     85                        if (*cp++ EQ c )        /* done if we find it */
    8686                                return((int16_t)c);
    8787
Note: See TracChangeset for help on using the changeset viewer.