Fix unused parameter.
* src/tests/parse_print_test.cc: here.
This commit is contained in:
parent
66bd8f34db
commit
a14518e103
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ using namespace spot;
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void) argc;
|
||||
assert(argc == 2);
|
||||
int return_value = 0;
|
||||
kripke_parse_error_list pel;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue