mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08: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.