Commit 732f46a6 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavd/qtkit: Silence deprecation warnings when using clang.

Reviewed-by: Thilo Borgmann
parent f8f324cc
......@@ -25,6 +25,10 @@
* @author Vadim Kalinsky <vadim@kalinsky.ru>
*/
#if defined(__clang__)
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#endif
#import <QTKit/QTKit.h>
#include <pthread.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment