| Re: [hatari-devel] patch: Add some missing include directives | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
On Mittwoch, 4. Dezember 2019 03:39:56 CET Thorsten Otto wrote:
That one also looks suspicious:
/home/sebilla/atari/hatari/src/cpu/newcpu_common.c:1070:49: warning: 
comparison of integers of different signs: 'uae_u32' (aka 'unsigned int') and 
'uae_s32' (aka 'int') [-Wsign-compare]
                        } else if (ahigh < 0 && divider < 0 && ahigh > 
divider) {
                                                               ~~~~~ ^ ~~~~~~~
ahigh is uae_u32, thus ahigh < 0 can never be true