mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-23 15:01:03 +03:00
When building on i686, x86_64, and arm, and with NDEBUG, or --with-cpu there are various variables and functions which are unused based on these settings. This patch marks all such variables with __attribute__((unused)) to avoid the compiler warnings when building with the aformentioned options.