Skip to content
GitLab
Menu
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
1507dbc6
Commit
1507dbc6
authored
Oct 30, 2011
by
Alexandre Duret-Lutz
Browse files
Fix a Clang-2.9 warning.
* src/tgbaalgos/ltl2tgba_fm.cc (trace_ltl_bdd): Declare as unused.
parent
7f7627bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbaalgos/ltl2tgba_fm.cc
View file @
1507dbc6
...
...
@@ -225,8 +225,14 @@ namespace spot
}
};
#ifdef __GNUC__
# define unused __attribute__((unused))
#else
# define unused
#endif
// Debugging function.
static
unused
std
::
ostream
&
trace_ltl_bdd
(
const
translate_dict
&
d
,
bdd
f
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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