Reduce an error to warning if clang

This commit is contained in:
Stan Shebs 2018-01-23 08:26:39 -08:00
parent 5ac413c4fd
commit 96d0e6f1e0
1 changed files with 4 additions and 0 deletions

View File

@ -20,7 +20,11 @@
#ifdef FE_INVALID
# ifndef FE_SNANS_ALWAYS_SIGNAL
# ifdef __clang__
# warning "FE_SNANS_ALWAYS_SIGNAL not defined, fix clang please"
# else
# error "FE_SNANS_ALWAYS_SIGNAL not defined"
# endif
# endif
#else
# ifdef FE_SNANS_ALWAYS_SIGNAL