From a2deaac4b1066df5de4774737ddc9f4b6edbaef9 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 14 Oct 2011 00:08:50 -0400 Subject: rio: quiet nm on Lion --- src/cmd/rio/rio.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cmd/rio') diff --git a/src/cmd/rio/rio.c b/src/cmd/rio/rio.c index e69de29b..9d69c77a 100644 --- a/src/cmd/rio/rio.c +++ b/src/cmd/rio/rio.c @@ -0,0 +1,4 @@ +// nothing to see here, but OS X Lion nm complains +// about object files with nothing + +int something_to_quiet_lion_nm = 1; -- cgit v1.2.3