Skip to content

Commit b060873

Browse files
author
Kent Yoder
committed
configure.in: remove -Werror
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
1 parent caca712 commit b060873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ AC_TYPE_SIZE_T
138138
AC_TYPE_SIGNAL
139139
AC_TYPE_UID_T
140140

141-
CFLAGS="$CFLAGS -Wall -Werror -Wreturn-type -Wsign-compare"
141+
CFLAGS="$CFLAGS -Wall -Wreturn-type -Wsign-compare"
142142

143143
AC_CONFIG_FILES(./Makefile \
144144
po/Makefile.in \

0 commit comments

Comments
 (0)