1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

2014-12-10 Steve Ellcey <sellcey@imgtec.com>

* debug/warning-nop.c: Add used atrribute.
This commit is contained in:
Steve Ellcey
2014-12-10 13:46:28 -08:00
parent c153ac9f1b
commit 48c43298bf
2 changed files with 5 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
#include <sys/cdefs.h>
static void
__attribute__ ((used))
nop (void)
{
}