Drop #error "admesh works correctly on little endian machines only"

admesh works fine on little-endian machines as of b9592961. It just doesn't
compile because of this pesky #error.
This commit is contained in:
Chow Loong Jin 2018-11-06 01:10:33 +08:00 committed by Joseph Lenox
parent 90c192e8ed
commit 94420acc2b

View File

@ -28,10 +28,6 @@
#include <stddef.h> #include <stddef.h>
#include <boost/detail/endian.hpp> #include <boost/detail/endian.hpp>
#ifndef BOOST_LITTLE_ENDIAN
#error "admesh works correctly on little endian machines only!"
#endif
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) #if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
#include "windows.h" #include "windows.h"
#define ADMESH_CHAR wchar_t #define ADMESH_CHAR wchar_t