diff options
| -rw-r--r-- | contrib/libs/cxxsupp/builtins/int_endianness.h | 2 | ||||
| -rw-r--r-- | contrib/libs/icu/include/unicode/platform.h | 2 | ||||
| -rw-r--r-- | contrib/python/numpy/py2/numpy/core/include/numpy/npy_math.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/cxxsupp/builtins/int_endianness.h b/contrib/libs/cxxsupp/builtins/int_endianness.h index 7995ddbb953..5aca6d29c13 100644 --- a/contrib/libs/cxxsupp/builtins/int_endianness.h +++ b/contrib/libs/cxxsupp/builtins/int_endianness.h @@ -31,7 +31,7 @@ #else /* Compilers other than Clang or GCC. */ #if defined(__SVR4) && defined(__sun) -#include <sys/byteorder.h> +#error #include <sys/byteorder.h> #if defined(_BIG_ENDIAN) #define _YUGA_LITTLE_ENDIAN 0 diff --git a/contrib/libs/icu/include/unicode/platform.h b/contrib/libs/icu/include/unicode/platform.h index a997843660c..ed1cd25f1b6 100644 --- a/contrib/libs/icu/include/unicode/platform.h +++ b/contrib/libs/icu/include/unicode/platform.h @@ -186,7 +186,7 @@ * header file is included with stddef.h but on Solairs/GCC, the GCC version of stddef.h * is included which does not include this header file. */ -# include <sys/isa_defs.h> +# error #include <sys/isa_defs.h> # endif #elif defined(_AIX) || defined(__TOS_AIX__) # define U_PLATFORM U_PF_AIX diff --git a/contrib/python/numpy/py2/numpy/core/include/numpy/npy_math.h b/contrib/python/numpy/py2/numpy/core/include/numpy/npy_math.h index 582390cdcb8..71951264fbe 100644 --- a/contrib/python/numpy/py2/numpy/core/include/numpy/npy_math.h +++ b/contrib/python/numpy/py2/numpy/core/include/numpy/npy_math.h @@ -7,7 +7,7 @@ extern "C" { #include <math.h> #ifdef __SUNPRO_CC -#include <sunmath.h> +#error #include <sunmath.h> #endif #ifdef HAVE_NPY_CONFIG_H #include <npy_config.h> |
