]> git.meshlink.io Git - meshlink/blobdiff - test/encrypted.c
Fix more compiler warnings.
[meshlink] / test / encrypted.c
index c7d5bc4b7fb310c7f640ee40f2f6e64f309a9717..ac0dfa92023afdb77a47a49170444b76fc3eeb69 100644 (file)
@@ -13,7 +13,7 @@
 #include "meshlink.h"
 #include "utils.h"
 
-int main() {
+int main(void) {
        meshlink_set_log_cb(NULL, MESHLINK_DEBUG, log_cb);
 
        // Open a new meshlink instance.