| Re: [hatari-devel] small warnings in symbols.c | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
Hi,
On torstai 04 huhtikuu 2013, Nicolas Pomarède wrote:
> On 04/04/2013 20:55, Eero Tamminen wrote:
> > Your GCC is buggy, it's not interpreting the switch-case default
> > branch correctly.  Which version of GCC you're using?
> 
> A fairly recent one I think :
> 
> gcc (Linaro GCC 4.7-2012.10) 4.7.3 20121001 (Mandriva)
Linaro version?  Are you building Hatari for ARM?
> > I had changed the code in the meanwhile, are you still getting
> > some warning?
> 
> no, it's fixed.
That part of code is still logically the same, variable
just changed name and its type from Uint32 to struct pointer.
Looks even more like bug in GCC checking...
	- Eero