Bug 878363 - Disable -Wreserved-user-defined-literal for problematic gstreamer header. r=ted

This commit is contained in:
John Schoenick 2013-05-31 15:57:43 -07:00
Родитель fd58e3fbf4
Коммит b98d6fa1eb
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -8,7 +8,10 @@
#include <gst/gst.h>
#include <gst/app/gstappsrc.h>
#include <gst/app/gstappsink.h>
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wreserved-user-defined-literal"
#include <gst/video/video.h>
#pragma GCC diagnostic pop
#include <map>
#include "MediaDecoderReader.h"