forked from boostorg/config
avoid "unused variable" warning
[SVN r11158]
This commit is contained in:
@ -61,7 +61,7 @@ void print_expression(const char* expression, T val)
|
||||
#define PRINT_EXPRESSION(E) print_expression(#E, E);
|
||||
|
||||
template <class T>
|
||||
void print_byte_order(const char* what, T t)
|
||||
void print_byte_order(const char* what, T /* t */ )
|
||||
{
|
||||
T val = 0;
|
||||
unsigned i;
|
||||
|
Reference in New Issue
Block a user