PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits: 17a57378 by Chupligin Sergey at 2021-10-01T19:12:14+03:00 Fix spelling of warning Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/639> - - - - - 1 changed file: - src/pulsecore/atomic.h Changes: ===================================== src/pulsecore/atomic.h ===================================== @@ -285,7 +285,7 @@ static inline int pa_atomic_ptr_cmpxchg(pa_atomic_ptr_t *a, void *old_p, void* n #elif defined(__GNUC__) && (defined(__amd64__) || defined(__x86_64__)) -#warn "The native atomic operations implementation for AMD64 has not been tested thoroughly. libatomic_ops is known to not work properly on AMD64 and your gcc version is too old for the gcc-builtin atomic ops support. You have three options now: test the native atomic operations implementation for AMD64, fix libatomic_ops, or upgrade your GCC." +#warning "The native atomic operations implementation for AMD64 has not been tested thoroughly. libatomic_ops is known to not work properly on AMD64 and your gcc version is too old for the gcc-builtin atomic ops support. You have three options now: test the native atomic operations implementation for AMD64, fix libatomic_ops, or upgrade your GCC." /* Adapted from glibc */ View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/17a573782abd0c6ad5c9f11d1fb2b6847973c90e -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/17a573782abd0c6ad5c9f11d1fb2b6847973c90e You're receiving this email because of your account on gitlab.freedesktop.org.
