util: Just give up and define PIPE_ARCH_LITTLE_ENDIAN on MSVC

MSVC doesn't support #warning?! Getting really tired of this.
This commit is contained in:
Matt Turner
2017-11-25 16:45:27 -08:00
parent 5fa589148a
commit 676761252b
+3 -2
View File
@@ -65,9 +65,10 @@
# define PIPE_ARCH_BIG_ENDIAN
#endif
#endif
#elif defined(_MSC_VER)
#warning Unknown Endianness for this platform. Assuming little endian
#define PIPE_ARCH_LITTLE_ENDIAN
#endif
#endif