From 48c43298bf8490444fe2d36646a6fc4eb489c323 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Wed, 10 Dec 2014 13:46:28 -0800 Subject: 2014-12-10 Steve Ellcey * debug/warning-nop.c: Add used atrribute. --- debug/warning-nop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'debug') 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) { } -- cgit v1.2.3