Surround variable declarations by preprocessor conditionals to avoid warnings:
commit92c4228db1545475f3d9d16263465617eca7e94d
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Mon, 21 Jan 2008 00:14:52 +0000 (21 00:14 +0000)
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Mon, 21 Jan 2008 00:14:52 +0000 (21 00:14 +0000)
treebfc66012ce4f08c84b5807c6c48e81b8d0c1f7a2
parent67ce080c24f9752c5c49c6b11e73293b523de7db
Surround variable declarations by preprocessor conditionals to avoid warnings:
module.c:143: warning: unused variable 'typeName'
module.c:948: warning: unused variable 'err'

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25826 b3059339-0415-0410-9bf9-f77b7e298cf2
loader/module.c