commit a2deaac4b1066df5de4774737ddc9f4b6edbaef9 parent b4f9ba7894064c5e092461b40f9dd8c314726cf2 Author: Russ Cox <rsc@swtch.com> Date: Fri, 14 Oct 2011 00:08:50 -0400 rio: quiet nm on Lion Diffstat:
M | src/cmd/rio/rio.c | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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;