1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-31 22:10:34 +03:00
Files
glibc/sysdeps
Adhemerval Zanella 9d0b7ec87c math: Suppress clang -Wincompatible-library-redeclaration on s_llround
Clang issues:

  ../sysdeps/ieee754/dbl-64/s_llround.c:83:30: error: incompatible
  redeclaration of library function 'lround'
  [-Werror,-Wincompatible-library-redeclaration]
  libm_alias_double (__lround, lround)
                               ^
  ../sysdeps/ieee754/dbl-64/s_llround.c:83:30: note: 'lround' is a builtin
  with type 'long (double)'

Reviewed-by: Sam James <sam@gentoo.org>
2025-10-21 09:24:27 -03:00
..
2025-09-11 14:46:07 -03:00
2025-09-08 15:01:18 +02:00
2025-08-16 01:44:27 +02:00
2025-09-23 10:29:24 -03:00
2025-09-08 15:01:18 +02:00
2025-09-11 14:46:07 -03:00
2025-10-07 20:50:24 -07:00