Fix warnings
commitb03d2ae41f3b4b1ace0de772da98b77aa5e5d695
authorNedko Arnaudov <nedko@arnaudov.name>
Sat, 23 May 2009 22:02:02 +0000 (24 01:02 +0300)
committerNedko Arnaudov <nedko@arnaudov.name>
Sat, 23 May 2009 22:02:02 +0000 (24 01:02 +0300)
tree078813c59ea65353287edb15eaf934300c54363a
parent5073dea9d9f00ef1b197105d819466cd15962ea1
Fix warnings

dbus_service.c: In function 'lash_dbus_service_connect_handler':
dbus_service.c:98: warning: implicit declaration of function 'lash_strset'

project.c: In function 'project_unload':
project.c:1131: warning: unused variable 'next2'
project.c:1131: warning: unused variable 'node2'

save_button.c:21:1: error: "_GNU_SOURCE" redefined
<command-line>: error: this is the location of the previous definition

main.c:21:1: error: "_GNU_SOURCE" redefined
<command-line>: error: this is the location of the previous definition

synth.c:8:1: error: "_GNU_SOURCE" redefined
<command-line>: error: this is the location of the previous definition

interface.c:25:1: error: "_GNU_SOURCE" redefined
<command-line>: error: this is the location of the previous definition

lash.c:21:1: error: "_GNU_SOURCE" redefined
<command-line>: error: this is the location of the previous definition
clients/save_button/save_button.c
clients/synth/interface.c
clients/synth/lash.c
clients/synth/main.c
clients/synth/synth.c
lashd/project.c
liblash/dbus_service.c