mirror of git://sourceware.org/git/glibc.git
Reduce an error to warning if clang
This commit is contained in:
parent
5ac413c4fd
commit
96d0e6f1e0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue