]> code.delx.au - pulseaudio/commit
daemon: Fix redundant redeclaration warning
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Tue, 10 Jul 2012 12:44:03 +0000 (14:44 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Mon, 22 Oct 2012 14:56:10 +0000 (17:56 +0300)
commit2219a775c4271a2c1c80da0fc539a630d63c1e04
tree28d8c1ea2a4c2b311ac88a541469281279434d7c
parentffe6e28ea7473e5e7a630d4f16a6d89cd75184b8
daemon: Fix redundant redeclaration warning

  CC     pulseaudio-dumpmodules.o
daemon/dumpmodules.c:93:27: warning: redundant redeclaration of ‘lt__PROGRAM__LTX_preloaded_symbols’ [-Wredundant-decls]
/usr/include/ltdl.h:106:36: note: previous declaration of ‘lt__PROGRAM__LTX_preloaded_symbols’ was here

the declaration is provided by ltld.h of libtool since version 2.4, require the 2.4 instead of 2.2

Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
configure.ac
src/daemon/dumpmodules.c