]> git.ipfire.org Git - thirdparty/lldpd.git/commit - src/daemon/event.c
Don't mix declarations and statements.
authorVincent Bernat <bernat@luffy.cx>
Fri, 4 May 2012 06:11:36 +0000 (08:11 +0200)
committerVincent Bernat <bernat@luffy.cx>
Fri, 4 May 2012 06:11:36 +0000 (08:11 +0200)
commit5fd6695c090ddecb77e8324b6d6fb8b8fe43860a
treefbf912bc83c801ce5aecb4757b366344f0e428d6
parent3685a1f74204ceaa2c16c9d9954683768a2c5599
Don't mix declarations and statements.

Also enable warnings when we try to. Compatibility with gcc 2.96 requires that.
17 files changed:
configure.ac
src/agent.c
src/cdp.c
src/client.c
src/ctl.c
src/display.c
src/event.c
src/interfaces.c
src/lldpctl.c
src/lldpd.c
src/marshal.c
tests/check_cdp.c
tests/check_edp.c
tests/check_lldp.c
tests/check_marshal.c
tests/check_snmp.c
tests/check_sonmp.c