diff options
| author | Roy Marples <roy@marples.name> | 2014-03-27 22:14:52 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-03-27 22:14:52 +0000 |
| commit | 34457fe661b5d33b5b5ccc0ca2b4b6dd517ef98e (patch) | |
| tree | 343bd9a0da3bc73ece27fb12c7d0ccd294485cb4 /configure | |
| parent | 026bfbf02468d79ba5b9c4273604c9322c275bf8 (diff) | |
| download | dhcpcd-34457fe661b5d33b5b5ccc0ca2b4b6dd517ef98e.tar.xz | |
Add -Wconversion to debug CFLAGS and fix fallout.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -334,9 +334,10 @@ CFLAGS+= -Wnested-externs CFLAGS+= -Winline -Wwrite-strings -Wcast-align -Wcast-qual CFLAGS+= -Wpointer-arith -Wstrict-overflow CFLAGS+= -Wdeclaration-after-statement +CFLAGS+= -Wconversion EOF case "$OS" in - openbsd*) ;; # OpenBSD has many redundant decs in system headers + mirbsd*|openbsd*);; # OpenBSD has many redundant decs in system headers *) echo "CFLAGS+= -Wredundant-decls" >>$CONFIG_MK;; esac fi |
