avoid "unused variable" warning

[SVN r11158]
This commit is contained in:
Jens Maurer
2001-09-19 20:31:31 +00:00
parent 483907c887
commit 0d2606e15e

View File

@ -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;