warning: relational comparison result unused [-Wunused-comparison]
BOOST_CHECK_THROW(x6 < x7, amount_error);
~~~^~~~
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| t_amount.cc | ||
| t_balance.cc | ||
| t_commodity.cc | ||
| t_expr.cc | ||
| t_times.cc | ||
warning: relational comparison result unused [-Wunused-comparison]
BOOST_CHECK_THROW(x6 < x7, amount_error);
~~~^~~~
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| t_amount.cc | ||
| t_balance.cc | ||
| t_commodity.cc | ||
| t_expr.cc | ||
| t_times.cc | ||