mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
gst-qa-report: put the correct format to avoid compiler warnings
This commit is contained in:
parent
2bac08370c
commit
3a13d59a1d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue