build: no unused variables when disabling asserts

This commit is contained in:
Stefan Kost 2010-01-22 16:48:01 +02:00
parent 8a80fdaad1
commit 498b62c5ba

View file

@ -38,7 +38,9 @@ main (int argc, char **argv)
{
GstElement *pipeline;
GstBus *bus;
#ifndef G_DISABLE_ASSERT
GstState state, pending;
#endif
GError *error = NULL;
gst_init (&argc, &argv);