diff options
Diffstat (limited to 'src')
-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; |