diff --git a/ChangeLog b/ChangeLog index 0e060b3bd5..a11df81699 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 2a16f2791e..2064310c86 100644 --- a/debug/warning-nop.c +++ b/debug/warning-nop.c @@ -36,6 +36,7 @@ #include static void +__attribute__ ((used)) nop (void) { }