From: Steve Ellcey Date: Wed, 10 Dec 2014 21:46:28 +0000 (-0800) Subject: 2014-12-10 Steve Ellcey X-Git-Tag: upstream/2.30~6677 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48c43298bf8490444fe2d36646a6fc4eb489c323;p=external%2Fglibc.git 2014-12-10 Steve Ellcey * debug/warning-nop.c: Add used atrribute. --- 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) { }