Fix all -Wall -W compiler warnings.
[oweals/tinc.git] / src / tincd.c
index 5b6b32940fb737491ec55f52c2653393ed6ed7c0..a8b13ecb90f664f9f1a0ee15696b8aabb946fa00 100644 (file)
@@ -363,6 +363,8 @@ static bool parse_options(int argc, char **argv) {
 /* This function prettyprints the key generation process */
 
 static int indicator(int a, int b, BN_GENCB *cb) {
+       (void)cb;
+
        switch(a) {
        case 0:
                fprintf(stderr, ".");