mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
gst_private: MSVC doesn't seem to like #warning
Visual Studio complains about "invalid preprocessor command 'warning'" even if the ifdef doesn't trigger, so just remove this again.
This commit is contained in:
parent
5a0cdc7001
commit
092cde0ff3
1 changed files with 0 additions and 4 deletions
|
@ -33,10 +33,6 @@
|
|||
* functions */
|
||||
extern const char g_log_domain_gstreamer[];
|
||||
|
||||
#ifdef __G_LIB_H__
|
||||
#warning "gst_private.h must be included before glib.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue