ff7f4b96b0
from tom murphy (MAINTAINER)
22 lines
627 B
Plaintext
22 lines
627 B
Plaintext
$OpenBSD: patch-random_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
|
--- random/Makefile.in.orig Mon Sep 13 11:02:05 2010
|
|
+++ random/Makefile.in Mon Sep 13 11:02:14 2010
|
|
@@ -215,7 +215,6 @@ top_srcdir = @top_srcdir@
|
|
ERROR_CFLAGS = \
|
|
$(LIBNICE_CFLAGS) \
|
|
-fno-strict-aliasing \
|
|
- -Wextra \
|
|
-Wundef \
|
|
-Wnested-externs \
|
|
-Wwrite-strings \
|
|
@@ -225,8 +224,7 @@ ERROR_CFLAGS = \
|
|
-Wmissing-prototypes \
|
|
-Wstrict-prototypes \
|
|
-Wredundant-decls \
|
|
- -Wno-unused-parameter \
|
|
- -Wno-missing-field-initializers
|
|
+ -Wno-unused-parameter
|
|
|
|
# -Wold-style-definition -Winline -Wunreachable-code
|
|
CLEANFILES = *.gcno *.gcda
|