fixed bug #458099/2
[fw/sdcc] / src / pic / genarith.c
index d056e5cca7395f56b85a6883a6c805111ad5d9f1..2622233e0851dd06f96b2364de4c564ae64777c7 100644 (file)
@@ -46,7 +46,7 @@
 #ifdef HAVE_ENDIAN_H
 #include <endian.h>
 #else
-#if !defined(__BORLANDC__) && !defined(_MSC_VER)
+#if !defined(__BORLANDC__) && !defined(_MSC_VER) && !defined(__MINGW32__) && !defined(__CYGWIN__)
 #warning "Cannot determine ENDIANESS of this machine assuming LITTLE_ENDIAN"
 #warning "If you running sdcc on an INTEL 80x86 Platform you are okay"
 #endif