head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2013.02.20.00.52.22;	author svnexp;	state dead;
branches;
next	1.1;

1.1
date	2013.01.10.23.03.35;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312608
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@commit a564d64
Author: Ehsan Akhgari <ehsan@@mozilla.com>
Date:   Thu Oct 11 13:42:12 2012 -0400

    Bug 800401 - Make sure that the WebRTC build system does not impose the -Werror flag on all Linux/Mac builds; r=jesup
    
    In the future, we need to hook these up to the FAIL_ON_WARNINGS machinery.
---
 media/mtransport/third_party/nICEr/nicer.gyp       | 2 --
 media/mtransport/third_party/nrappkit/nrappkit.gyp | 2 --
 media/webrtc/signaling/signaling.gyp               | 6 ------
 3 files changed, 10 deletions(-)

diff --git media/mtransport/third_party/nICEr/nicer.gyp media/mtransport/third_party/nICEr/nicer.gyp
index 26ec0c5..0e1f8b4 100644
--- media/mtransport/third_party/nICEr/nicer.gyp
+++ media/mtransport/third_party/nICEr/nicer.gyp
@@@@ -132,7 +132,6 @@@@
               ## Mac
               [ 'OS == "mac"', {
                 'cflags_mozilla': [
-                    '-Werror',
                     '-Wall',
                     '-Wno-parentheses',
                     '-Wno-strict-prototypes',
@@@@ -183,7 +182,6 @@@@
               ## Linux
               [ 'OS == "linux"', {
                 'cflags': [
-                    '-Werror',
                     '-Wall',
                     '-Wno-parentheses',
                     '-Wno-strict-prototypes',
diff --git media/mtransport/third_party/nrappkit/nrappkit.gyp media/mtransport/third_party/nrappkit/nrappkit.gyp
index f9a5c19..3cc8e1c 100644
--- media/mtransport/third_party/nrappkit/nrappkit.gyp
+++ media/mtransport/third_party/nrappkit/nrappkit.gyp
@@@@ -150,7 +150,6 @@@@
               ## Mac
               [ 'OS == "mac"', {
                 'cflags_mozilla': [
-                    '-Werror',
                     '-Wall',
                     '-Wno-parentheses',
                     '-Wno-strict-prototypes',
@@@@ -200,7 +199,6 @@@@
               ## Linux
               [ 'OS == "linux"', {
                 'cflags': [
-                    '-Werror',
                     '-Wall',
                     '-Wno-parentheses',
                     '-Wno-strict-prototypes',
diff --git media/webrtc/signaling/signaling.gyp media/webrtc/signaling/signaling.gyp
index 1ec0ee2..175996f 100644
--- media/webrtc/signaling/signaling.gyp
+++ media/webrtc/signaling/signaling.gyp
@@@@ -184,7 +184,6 @@@@
           ],
           
           'cflags_mozilla': [
-            '-Werror',
           ],
         }],
         ['OS=="win"', {
@@@@ -212,8 +211,6 @@@@
           ],
           
           'cflags_mozilla': [
-            '-Werror',
-            '-Wno-error=conversion'
           ],
         }],
       ],
@@@@ -633,7 +630,6 @@@@
           ],
 
           'cflags_mozilla': [
-            '-Werror',
           ],
         }],
         ['OS=="win"', {
@@@@ -752,8 +748,6 @@@@
           ],
           
           'cflags_mozilla': [
-            '-Werror',
-            '-Wno-error=conversion'
           ],
         }],
       ],
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310207
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310207 | flo | 2013-01-10 22:29:23 +0000 (Thu, 10 Jan 2013) | 9 lines
## SVN ##
## SVN ## - update www/firefox to 18.0
## SVN ## - update www/firefox-esr to 17.0.2
## SVN ## - update www/seamonkey to 2.15 (enigmail to 1.5.0)
## SVN ## - remove QT4 option to avoid confusion (it turned out to be too experimental)
## SVN ##
## SVN ## In collaboration with: Jan Beich <jbeich@@tormail.org>
## SVN ##
## SVN ## Security:	http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@@

