Avoid warnings on Windows
authorTor Lillqvist <tml@iki.fi>
Thu, 22 Oct 2009 00:22:54 +0000 (03:22 +0300)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 1 Dec 2009 09:27:54 +0000 (10:27 +0100)
commit459c19b9dd157cd360c3082d015a4c5ae4689cf8
tree7fbece5bd1004fce173ae74cd8432c72396ef6f1
parent2213a8511ac59abb88b8e803dbc8e53819924778
Avoid warnings on Windows

Remove unused functions, or put in #if 0 if potentially useful. Make
internal functions used just in one file static. Use -Werror after all
also on Windows. Construct the installation root from the location of
the dbus DLL, not from the location of the program .exe of the
process.
dbus/dbus-internals.c
dbus/dbus-nonce.c
dbus/dbus-sysdeps-thread-win.c
dbus/dbus-sysdeps-util-win.c
dbus/dbus-sysdeps-win.c
tools/Makefile.am