pluginloader: fix compiler warning on win32
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 20 Jan 2010 10:58:29 +0000 (10:58 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 20 Jan 2010 10:58:29 +0000 (10:58 +0000)
commitf3d579362c6bce8dcf8b23650e0b70490045970b
treef47b62ceb2538579705aedf777ad93b0e7b6c05a
parent89676040530f5336ff157598870bfaff0d7d4aad
pluginloader: fix compiler warning on win32

Move variable that's only used on unix into the unix block so that
the compiler doesn't complain about the unused variable on win32
(see #597662).
gst/gstpluginloader.c