diff options
author | Rich Felker <dalias@aerifal.cx> | 2024-01-29 09:05:32 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-02-03 19:50:58 -0500 |
commit | 0e330722c353e71ec9d1518d77278c09f39a1c55 (patch) | |
tree | b429913d802711a81c7db0af55769148110ac63a /src/ldso/dlerror.c | |
parent | bd3138b74a06dd764508f399d1b58cb9d6c35c1f (diff) | |
download | musl-0e330722c353e71ec9d1518d77278c09f39a1c55.tar.gz musl-0e330722c353e71ec9d1518d77278c09f39a1c55.tar.xz musl-0e330722c353e71ec9d1518d77278c09f39a1c55.zip |
sqrtl: fix invalid use of a non-constant-expression as static initializer
having these constants be static was unnecessary, so just remove the static. this error should have been caught by compilers, but recent versions of both gcc and clang accept these as "other forms of constant expressions" which the C standard allows.
Diffstat (limited to 'src/ldso/dlerror.c')
0 files changed, 0 insertions, 0 deletions