mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
gcc6 narrowing error compiling for PowerPC archi
===
[ 51s] Cus428Midi.cc: At global scope:
[ 51s] Cus428Midi.cc:83:1: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
[ 51s] };
===
proposed patch as suggested in
https://gcc.gnu.org/gcc-6/porting_to.html
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
||
|---|---|---|
| .. | ||
| configure.ac | ||
| Cus428_ctls.cc | ||
| Cus428_ctls.h | ||
| Cus428Midi.cc | ||
| Cus428Midi.h | ||
| Cus428State.cc | ||
| Cus428State.h | ||
| gitcompile | ||
| Makefile.am | ||
| us428control.cc | ||
| usbus428ctldefs.h | ||