Fix a Clang-2.9 warning.
* src/tgbaalgos/ltl2tgba_fm.cc (trace_ltl_bdd): Declare as unused.
This commit is contained in:
parent
7f7627bf22
commit
1507dbc63a
1 changed files with 6 additions and 0 deletions
|
|
@ -225,8 +225,14 @@ namespace spot
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifdef __GNUC__
|
||||||
|
# define unused __attribute__((unused))
|
||||||
|
#else
|
||||||
|
# define unused
|
||||||
|
#endif
|
||||||
|
|
||||||
// Debugging function.
|
// Debugging function.
|
||||||
|
static unused
|
||||||
std::ostream&
|
std::ostream&
|
||||||
trace_ltl_bdd(const translate_dict& d, bdd f)
|
trace_ltl_bdd(const translate_dict& d, bdd f)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue