From: Christophe CURIS <[email protected]> The reason is to separate statements from the declarative part for clarity.
Signed-off-by: Christophe CURIS <[email protected]> --- wrlib/tests/testdraw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wrlib/tests/testdraw.c b/wrlib/tests/testdraw.c index 2b209f5..df8c27d 100644 --- a/wrlib/tests/testdraw.c +++ b/wrlib/tests/testdraw.c @@ -561,6 +561,7 @@ int main(int argc, char **argv) { RContextAttributes attr; int visualID = -1; + (void) argc; ProgName = strrchr(argv[0], '/'); -- 1.9.1 -- To unsubscribe, send mail to [email protected].
