Carlos O'Donell b4f518ecfa Fix building glibc master with NDEBUG and --with-cpu.
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.
2016-03-15 23:23:24 -04:00
..
2016-01-25 10:43:41 -08:00
2016-01-08 02:19:26 -05:00
2016-01-28 01:52:05 +00:00
2016-03-15 21:11:07 +00:00