iron out all extra compiler warnings
[oweals/ubus.git] / ubusd_event.c
index 712e7049946a88acba0207ce72ed0fc78653ec05..d36bcb73dddaaf9eeb172c8d349c5d7de2442f84 100644 (file)
@@ -167,7 +167,7 @@ int ubusd_send_event(struct ubus_client *cl, const char *id,
                        if (!ev->partial)
                                continue;
 
-                       if (match_len != strlen(key))
+                       if (match_len != (int) strlen(key))
                                continue;
                }