Changeset 7ecfb7b in buchla-68k for libcio/fstubs.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
  • libcio/fstubs.c

    r4810254 r7ecfb7b  
    3838int16_t readbuf(int16_t dev, int8_t *buf)
    3939{
     40        (void)dev;
     41        (void)buf;
     42
    4043        xtrap15();
    4144        return(1);
Note: See TracChangeset for help on using the changeset viewer.