Fix an unused parameter warning
authorRob Spanton <rspanton@zepler.net>
Mon, 23 Apr 2012 22:19:55 +0000 (23:19 +0100)
committerRob Spanton <rspanton@zepler.net>
Mon, 23 Apr 2012 22:21:29 +0000 (23:21 +0100)
commitb014aebd6372039bbb8214ccbc1e76b22ae5a8c2
tree6eb9237c26a81027b48fbc01b562fb9ee69572a4
parentb0a477d2a7deaf628013a9a8651f5c10f180e5d0
Fix an unused parameter warning

test_sg.c's main doesn't use its argv parameter, and so the compiler
warns us this is the case.  This patch stops it from warning us.
src/test_sg.c