Changeset 3c45656 in buchla-68k for ram/etival.c


Ignore:
Timestamp:
11/15/2017 08:17:05 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
0b23063
Parents:
8d0af8a
Message:

Fixed constant overflow warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etival.c

    r8d0af8a r3c45656  
    252252
    253253                        ebuf[6] = '1';
    254                         dspbuf[0] = SP_1P;
     254                        dspbuf[0] = (int8_t)SP_1P;
    255255
    256256                } else
Note: See TracChangeset for help on using the changeset viewer.