[Bug debug/35065] [4.3 Regression] infinite loop while compiling VLC media player in vt_find_locations
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 13 22:24:00 GMT 2008
------- Comment #13 from jakub at gcc dot gnu dot org 2008-02-13 22:24 -------
This is not sufficient.
block_New, nal_get_annexeb, block_ChainGather still don't have prototypes and
thus:
warning: cast to pointer from integer of different size
is reported on each of the casts of these function calls to (block_t *).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35065
More information about the Gcc-bugs
mailing list