changeset 337:5d3601778dff

Oops, 10L.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Feb 2016 16:09:30 +0200
parents cda5a2aebbb6
children b6f2efd0f6f2
files th_string.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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";
 }