[MPlayer-cvslog] r34781 - trunk/sub/sub_cc.c

Alexander Strasser eclipse7 at gmx.net
Sun Mar 4 01:23:17 CET 2012


Reimar Döffinger wrote:
> On 3 Mar 2012, at 17:58, Ingo Brückl <ib at wupperonline.de> wrote:
[...]
> >> +  chartbl[0x7f] = '0xa4';    /* FIXME: this should be a solid block */
> > 
> > Probably chartbl[0x2a] = 0xe1 (without the apostrophes) or '\xe1'?
> 
> Definitely, why does that even compile?

  Depends on the compiler I guess (though I am not sure if the standard
allows this to be warnings only). This is what GCC gave me:

sub/sub_cc.c:68:19: warning: multi-character character constant [-Wmultichar]
sub/sub_cc.c:68:3: warning: overflow in implicit constant conversion [-Woverflow]

  Alexander


More information about the MPlayer-cvslog mailing list