15 Apr
2016
15 Apr
'16
12:54
On Friday 2016-04-15 14:35, Takashi Iwai wrote:
[gcc6] jack package failed at the point:
[ 411s] ../tests/iodelay.cpp:170:49: error: narrowing conversion of '-1' from ' int' to 'jack_nframes_t {aka unsigned int}' inside { } [-Wnarrowing] [ 411s] jack_latency_range_t capture_latency = {-1, -1}; [ 411s] ^
Changing -1 with -1U fixes the problem. This was a warning beforehand, now it becomes an error.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65801 ? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org