gst-qa-report: put the correct format to avoid compiler warnings
authorThiago Santos <thiago.sousa.santos@collabora.com>
Mon, 29 Jul 2013 13:06:48 +0000 (10:06 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Mon, 29 Jul 2013 13:06:48 +0000 (10:06 -0300)
validate/gst/qa/gst-qa-report.h

index b02e26c..da516c9 100644 (file)
@@ -128,7 +128,7 @@ typedef struct {
   gchar *message;
 } GstQaReport;
 
-#define GST_QA_ISSUE_FORMAT G_GUINTPTR_FORMAT " (%s) : %s(%u): %s"
+#define GST_QA_ISSUE_FORMAT G_GUINTPTR_FORMAT " (%s) : %s(%" G_GUINTPTR_FORMAT "): %s"
 #define GST_QA_ISSUE_ARGS(i) gst_qa_issue_get_id (i), gst_qa_report_level_get_name (i->default_level), \
                              gst_qa_report_area_get_name (GST_QA_ISSUE_AREA (i)), GST_QA_ISSUE_AREA (i), \
                              i->summary