Comment # 3 on bug 985074 from
(In reply to Bin Li from comment #1)
> /home/abuild/rpmbuild/BUILD/qterm-0.5.12/src/uaocodec.cpp:15598:1: error:
> narrowing conversion of ''\37777777642'' from 'char' to 'uchar {aka unsigned
> char}' inside { } [-Wnarrowing]

It can be resolved by static_cast<unsigned char>('something'). just wrote a
script to have all such strings fixed.


You are receiving this mail because: