mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
clean up: fix couple compiler warnings
src/sort.c:255:5: warning: no previous prototype for 'merge' src/sort.c:290:2: warning: ISO C90 forbids mixed declarations and code src/mustach-dhcpd-pools.c:67:5: warning: no previous prototype for 'must_put_err' src/output.c:109:26: warning: comparing floating point with == or != is unsafe (x5) Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
88a3f1eb53
commit
8fba5c5e6b
5 changed files with 27 additions and 24 deletions
|
|
@ -4,7 +4,7 @@ bin_PROGRAMS = dhcpd-pools
|
|||
AC_PROG_RANLIB = resolv
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||
|
||||
dhcpd_pools_LDADD = $(top_builddir)/lib/libdhcpd_pools.la
|
||||
dhcpd_pools_LDADD = $(top_builddir)/lib/libdhcpd_pools.la $(MATH_LIBS)
|
||||
|
||||
dhcpd_pools_SOURCES = \
|
||||
src/analyze.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue