[Expat-bugs] [ expat-Patches-1437014 ] Fix Intel compiler warnings

SourceForge.net noreply at sourceforge.net
Wed Feb 22 22:32:27 CET 2006


Patches item #1437014, was opened at 2006-02-22 13:31
Message generated for change (Settings changed) made by mfhaigh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=310127&aid=1437014&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build Control
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark F. Haigh (mfhaigh)
>Assigned to: Greg Stein (gstein)
Summary: Fix Intel compiler warnings

Initial Comment:

Patch to fix bug #1033965.  Unfortunately I cannot
attach a patch to the bug itself.

The expat_external.h file incorrectly identifies icc as
gcc.  This is because icc defines __GNUC__ (for better
or worse).

The fix is to check if __INTEL_COMPILER is defined.  If
it is, XMLCALL should be empty.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=310127&aid=1437014&group_id=10127


More information about the Expat-bugs mailing list