51fcc0b613
libnice is an implementation of the IETF's draft Interactice Connectivity Establishment standard (ICE). It provides GLib-based library, libnice and GStreamer elements. ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. Existing standards that use ICE include Session Initiation Protocol (SIP) and XMPP Jingle. from tom (tdmurphy4@gmail.com) with tweaks by me
22 lines
649 B
Plaintext
22 lines
649 B
Plaintext
$OpenBSD: patch-stun_tests_Makefile_in,v 1.1.1.1 2009/08/20 17:09:00 jasper Exp $
|
|
--- stun/tests/Makefile.in.orig Wed Aug 19 11:41:43 2009
|
|
+++ stun/tests/Makefile.in Wed Aug 19 11:55:06 2009
|
|
@@ -217,7 +217,6 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
ERROR_CFLAGS = \
|
|
$(LIBNICE_CFLAGS) \
|
|
- -Wextra \
|
|
-Wundef \
|
|
-Wnested-externs \
|
|
-Wwrite-strings \
|
|
@@ -227,8 +226,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
|