Skip to content

Commit

Permalink
test: Avoid warning unused argument in main
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Aug 4, 2016
1 parent 2d92fa6 commit 3ab3ccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.cpp
Expand Up @@ -546,6 +546,8 @@ void testURISizes()
}

int main(int argc, char **argv) {
(void)argc;
(void)argv;
// use CUnit test framework
CU_pSuite pSuite = NULL;

Expand Down

0 comments on commit 3ab3ccf

Please sign in to comment.