From mint-bounce@lists.fishpool.fi Sat Dec 19 06:11:34 2009 Message-ID: <4B2CB454.80806@freesbee.fr> Date: Sat, 19 Dec 2009 12:09:08 +0100 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] mshort support References: <4B2CAA08.9030902@freesbee.fr> <4B2CAD7D.80102@freesbee.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Antivirus: avast! (VPS 091218-1, 18/12/2009), Outbound message X-Antivirus-Status: Clean X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id nBJBBXhN018099 Helmut Karlowski wrote: >> Of course I use my cross-GCC 4.4.2. > > This one seems to be more sensible, but I won't switch to that until the > current version of MiNT+XaAES has reached release-status and proved to > be stable (so never ..). Sure. One change at time. > Would you quote one of these of the XaAES-compile? Sure: ../c_mouse.c: In function 'cXA_wheel_event': ../c_mouse.c:623: warning: array subscript is above array bounds ../c_window.c: In function 'find_window': ../c_window.c:1778: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' ../obtree.c: In function 'obj_edit': ../xa_global.h:456: warning: inlining failed in call to 'hidem': call is unlikely and code size would grow ../obtree.c:3745: warning: called from here ../xa_global.h:457: warning: inlining failed in call to 'showm': call is unlikely and code size would grow ../obtree.c:3753: warning: called from here ../obtree.c:149: warning: inlining failed in call to 'object_get_tedinfo': call is unlikely and code size would grow ../obtree.c:3811: warning: called from here (this one appears countless) ../xa_evnt.c: In function 'exec_iredraw_queue': ../xa_evnt.c:181: warning: dereferencing pointer 'r' does break strict-aliasing rules ../xa_evnt.c:181: warning: dereferencing pointer 'r' does break strict-aliasing rules ../xa_evnt.c:177: note: initialized from here ../xa_menu.c: In function 'XA_menu_settings': ../xa_menu.c:868: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules ../xa_menu.c:868: note: initialized from here ../xa_menu.c:875: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules ../xa_menu.c:875: note: initialized from here I didn't look at them, maybe there is no real problem. Finally, there are not much warnings in XaAES itself. Most of them come from other parts of the kernel. -- Vincent Rivière