gcc doesn't have pragma warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c6d60564cb
commit
c5ceb215a9
@ -335,7 +335,7 @@ void wxDataOutputStream::WriteDouble(double d)
|
|||||||
#if wxUSE_APPLE_IEEE
|
#if wxUSE_APPLE_IEEE
|
||||||
ConvertToIeeeExtended(d, (unsigned char *)buf);
|
ConvertToIeeeExtended(d, (unsigned char *)buf);
|
||||||
#else
|
#else
|
||||||
#ifndef __VMS__
|
#if !defined(__VMS__) && !defined(__GNUG__)
|
||||||
# pragma warning "wxDataOutputStream::WriteDouble() not using IeeeExtended - will not work!"
|
# pragma warning "wxDataOutputStream::WriteDouble() not using IeeeExtended - will not work!"
|
||||||
#endif
|
#endif
|
||||||
buf[0] = '\0';
|
buf[0] = '\0';
|
||||||
|
Loading…
Reference in New Issue
Block a user