Fix gcc warnings
commit0c469de04fcd804ceaa15d3f17c40b57f7ad6cee
authorCarlos R. Mafra <crmafra@gmail.com>
Mon, 10 Nov 2008 00:35:57 +0000 (10 01:35 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 10 Nov 2008 00:42:50 +0000 (10 01:42 +0100)
tree8e79e080018a3ba6307e1285a910109366f96e24
parentd680e6e5809deb93d30aa6b580f72635751a9604
Fix gcc warnings

This patch fixes the following warnings (with gcc 4.2.3)

    defaults.c:980: warning: unused variable 'replace'
    main.c:504: warning: 'watchPath' may be used uninitialized in this function
    main.c:504: note: 'watchPath' was declared here
    startup.c:616: warning: implicit declaration of function 'XrmUniqueQuark'
src/defaults.c
src/main.c
src/startup.c