Changeset 3c45656 in buchla-68k for ram/etiosc.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/etiosc.c

    r8d0af8a r3c45656  
    2323int16_t shrpflt[] = {  0, -100,    100};
    2424
    25 int8_t  sfdsp[]   = {' ', D_FLAT,  D_SHARP};
     25int8_t  sfdsp[]   = {' ', (int8_t)D_FLAT, (int8_t)D_SHARP};
    2626
    2727static  int8_t  intstr[] = "+0000";
Note: See TracChangeset for help on using the changeset viewer.