# HG changeset patch # User Matti Hamalainen # Date 1456236570 -7200 # Node ID 5d3601778dffac31d8991de86b451f94236ae5fa # Parent cda5a2aebbb638ad1454fc8d9368cb557504d722 Oops, 10L. diff -r cda5a2aebbb6 -r 5d3601778dff th_string.c --- a/th_string.c Tue Feb 23 15:26:29 2016 +0200 +++ b/th_string.c Tue Feb 23 16:09:30 2016 +0200 @@ -289,7 +289,7 @@ static char * th_printf_altfmt_o(const int flags) { - (flags); + (void) flags; return "0"; }