gst_private: MSVC doesn't seem to like #warning
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 9 Feb 2010 10:19:04 +0000 (10:19 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 10 Feb 2010 14:28:05 +0000 (14:28 +0000)
Visual Studio complains about "invalid preprocessor command 'warning'"
even if the ifdef doesn't trigger, so just remove this again.

gst/gst_private.h

index aa252bf..423e937 100644 (file)
  * 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>