build: no unused variables when disabling asserts
This commit is contained in:
parent
8a80fdaad1
commit
498b62c5ba
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user