Displaying 1 result from an estimated 1 matches for "read_plain".
Did you mean:
read_place
2008 Jul 31
1
oggz fixes for macos
...rning: comparison of unsigned expression < 0 is
> always false
This is an array bounds guard. I guess it's defensive programming vs
warning. Making OggzStreamContent a (signed) int is probably the
safest, but I don't know the rules for enums.
> oggz-chop.c: In function 'read_plain':
> oggz-chop.c:562: warning: passing argument 1 of 'ogg_page_granulepos'
> discards qualifiers from pointer target type
> oggz-chop.c:563: warning: passing argument 1 of 'ogg_page_granulepos'
> discards qualifiers from pointer target type
> oggz-chop.c: In functi...