From 48c43298bf8490444fe2d36646a6fc4eb489c323 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Wed, 10 Dec 2014 13:46:28 -0800 Subject: [PATCH] 2014-12-10 Steve Ellcey * debug/warning-nop.c: Add used atrribute. --- ChangeLog | 4 ++++ debug/warning-nop.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0e060b3..a11df81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-12-10 Steve Ellcey + + * debug/warning-nop.c: Add used atrribute. + 2014-12-10 Joseph Myers * 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 static void +__attribute__ ((used)) nop (void) { } -- 2.7.4