[kaffeine] Patch for gcc6 and cmake changes

Orcan Ogetbil oget.fedora at gmail.com
Wed Jun 29 04:43:39 CEST 2016


On 27 June 2016 at 02:57, Leigh Scott  wrote:
> commit ed8b668fc05a7f626d5d34e779f58be200b7884c
> Author: leigh123linux
> Date:   Mon Jun 27 07:57:17 2016 +0100

> +-              char cmd[] = { 0xe0, 0x31, 0x6b, config->lnbNumber };
> ++              char cmd[] = { char(0xe0), 0x31, 0x6b, char(config->lnbNumber) };

Hi, this looks like a compiler bug to me. I don't see anything
ambiguous in the first line. Are we sure the compilation error is the
intended behavior?

Thanks,
Orcan


More information about the rpmfusion-developers mailing list