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

    r4810254 r7ecfb7b  
    115115int16_t Qevent(void)
    116116{
    117         register int16_t aux1, aux2, aux3, aux4, aux5;
     117        register int16_t aux1, aux2, aux3, aux4;
    118118        register int8_t *chptr;
    119119        register struct s_entry *tsp1, *tsp2;
Note: See TracChangeset for help on using the changeset viewer.