diff options
author | Steve Ellcey <sellcey@mips.com> | 2014-12-10 13:46:28 -0800 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2014-12-10 13:46:28 -0800 |
commit | 48c43298bf8490444fe2d36646a6fc4eb489c323 (patch) | |
tree | 85bbd9d2428859637f8c9008befd4f0253ce6219 /debug | |
parent | Fix MIPS waitid build. (diff) | |
download | glibc-48c43298bf8490444fe2d36646a6fc4eb489c323.tar.gz glibc-48c43298bf8490444fe2d36646a6fc4eb489c323.tar.bz2 glibc-48c43298bf8490444fe2d36646a6fc4eb489c323.zip |
2014-12-10 Steve Ellcey <sellcey@imgtec.com>
* debug/warning-nop.c: Add used atrribute.
Diffstat (limited to 'debug')
-rw-r--r-- | debug/warning-nop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/warning-nop.c b/debug/warning-nop.c index 2a16f2791e..2064310c86 100644 --- a/debug/warning-nop.c +++ b/debug/warning-nop.c @@ -36,6 +36,7 @@ #include <sys/cdefs.h> static void +__attribute__ ((used)) nop (void) { } |