diff options
author | Russ Cox <rsc@swtch.com> | 2011-10-14 00:08:50 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2011-10-14 00:08:50 -0400 |
commit | a2deaac4b1066df5de4774737ddc9f4b6edbaef9 (patch) | |
tree | d584cc02e179b5685c58b1c587c903b4d661d87e /src/cmd/rio | |
parent | b4f9ba7894064c5e092461b40f9dd8c314726cf2 (diff) | |
download | plan9port-a2deaac4b1066df5de4774737ddc9f4b6edbaef9.tar.gz plan9port-a2deaac4b1066df5de4774737ddc9f4b6edbaef9.tar.bz2 plan9port-a2deaac4b1066df5de4774737ddc9f4b6edbaef9.zip |
rio: quiet nm on Lion
Diffstat (limited to 'src/cmd/rio')
-rw-r--r-- | src/cmd/rio/rio.c | 4 |
1 files changed, 4 insertions, 0 deletions
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; |