diff --git a/test/config_info.cpp b/test/config_info.cpp index 73a7db0b..07b77cdc 100644 --- a/test/config_info.cpp +++ b/test/config_info.cpp @@ -61,7 +61,7 @@ void print_expression(const char* expression, T val) #define PRINT_EXPRESSION(E) print_expression(#E, E); template -void print_byte_order(const char* what, T t) +void print_byte_order(const char* what, T /* t */ ) { T val = 0; unsigned i;