Skip to content

Commit 468effb

Browse files
committed
Build libhttpd with -Wall -Wextra
1 parent ce43003 commit 468effb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

libhttpd/Makefile.am

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ noinst_HEADERS = httpd_priv.h
1414
pkginclude_HEADERS = httpd.h
1515

1616
EXTRA_DIST = README
17-
18-
#AM_CPPFLAGS = \
19-
# -I${top_srcdir}/inc
17+
18+
AM_CPPFLAGS = \
19+
-Wall \
20+
-Wextra \
21+
-Wno-unused-parameter

0 commit comments

Comments
 (0)