changeset 1995:ea6337c873c6

Silence an unused function argument warning.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Jul 2018 23:09:34 +0300
parents 34f397078334
children 4a4c3e15b8c2
files tools/fanalyze.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/fanalyze.c	Sun Jul 01 23:09:15 2018 +0300
+++ b/tools/fanalyze.c	Sun Jul 01 23:09:34 2018 +0300
@@ -49,6 +49,8 @@
 
 BOOL argHandleOpt(const int optN, char *optArg, char *currArg)
 {
+    (void) optArg;
+
     switch (optN)
     {
     case 0: