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:
Tim-Philipp Müller 2010-02-09 10:19:04 +00:00
parent 5a0cdc7001
commit 092cde0ff3

View file

@ -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>