Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
a14518e1
Commit
a14518e1
authored
Apr 23, 2015
by
Etienne Renault
Browse files
Fix unused parameter.
* src/tests/parse_print_test.cc: here.
parent
66bd8f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tests/parse_print_test.cc
View file @
a14518e1
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment