diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | debug/warning-nop.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-12-10 Steve Ellcey <sellcey@imgtec.com> + + * debug/warning-nop.c: Add used atrribute. + 2014-12-10 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file. diff --git a/debug/warning-nop.c b/debug/warning-nop.c index 2a16f27..2064310 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) { } |