blob: 85892849dd3bd045520037def151e765cfa85e09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign no-dependenci
SUBDIRS = mans
if COMPILER_IS_GCC
-AM_CFLAGS = -Wall -Werror
+AM_CFLAGS = -Wall
endif
include_HEADERS = oping.h
|