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

    r4810254 r7ecfb7b  
    100100int16_t nd_dyn(int16_t n, int16_t k)
    101101{
     102        (void)n;
     103
    102104        ebuf[0]  = k + '0';
    103105
Note: See TracChangeset for help on using the changeset viewer.