Code

src/{lib,}oping.c: Fix a few problems -Wextra has found.
[liboping.git] / src / oping.c
index 0c759c1e20b8752c05125e294deb365fb7b8760f..227b72c78225c6d82cce451bf4c3773e40606d6c 100644 (file)
@@ -77,6 +77,8 @@ static int     opt_count      = -1;
 
 void sigint_handler (int signal)
 {
+       /* Make compiler happy */
+       signal = 0;
        /* Exit the loop */
        opt_count = 0;
 }