Fixed a couple of compiler warnings.
[platform/upstream/libexif.git] / test / test-parse.c
index c32ab9c..8bc08d5 100644 (file)
@@ -72,7 +72,7 @@ static void dump_makernote(ExifData *d) {
            name = "(unknown)";
        printf("    Entry %u: %u, %s\n"
               "      Size: %u\n"
-              "      Value: %s\n", i, id, name, strlen(buf), buf);
+              "      Value: %s\n", i, id, name, (unsigned)strlen(buf), buf);
       }
     }
   }