diff options
| author | Roy Marples <roy@marples.name> | 2015-05-15 19:41:33 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-05-15 19:41:33 +0000 |
| commit | 81af258947770c89f8505a0c905e79ce58a265d9 (patch) | |
| tree | d69bafac8b4cd3c172001537b8d73540603b0625 /configure | |
| parent | 3af283f66243be1d7c49ba72b581efc74f54895c (diff) | |
| download | dhcpcd-81af258947770c89f8505a0c905e79ce58a265d9.tar.xz | |
OpenBSD fixes.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -331,13 +331,14 @@ CFLAGS+= -Wmissing-format-attribute -Wnested-externs CFLAGS+= -Winline -Wcast-align -Wcast-qual -Wpointer-arith CFLAGS+= -Wreturn-type -Wswitch -Wshadow CFLAGS+= -Wcast-qual -Wwrite-strings -CFLAGS+= -Wconversion CFLAGS+= -Wformat=2 CFLAGS+= -Wpointer-sign -Wmissing-noreturn EOF case "$OS" in mirbsd*|openbsd*);; # OpenBSD has many redundant decs in system headers - *) echo "CFLAGS+= -Wredundant-decls" >>$CONFIG_MK;; + *) echo "CFLAGS+= -Wredundant-decls" >>$CONFIG_MK + echo "CFLAGS+= -Wconversion" >>$CONFIG_MK + ;; esac case "$OS" in |
