diff --git a/mozilla/configure b/mozilla/configure index 48e061f2bbe..3a2dd027c62 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -4498,7 +4498,7 @@ fi if test "$GNU_CXX"; then # Turn on GNU specific features - _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy" + _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy" if test ! "$QTDIR"; then _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS}" diff --git a/mozilla/configure.in b/mozilla/configure.in index c6924806a33..67e0b2f3063 100644 --- a/mozilla/configure.in +++ b/mozilla/configure.in @@ -640,7 +640,7 @@ fi if test "$GNU_CXX"; then # Turn on GNU specific features - _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy" + _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy" dnl The following warning breaks Qt if test ! "$QTDIR"; then diff --git a/mozilla/content/base/src/nsCommentNode.cpp b/mozilla/content/base/src/nsCommentNode.cpp index ccc65f76216..381db7f1989 100644 --- a/mozilla/content/base/src/nsCommentNode.cpp +++ b/mozilla/content/base/src/nsCommentNode.cpp @@ -171,7 +171,7 @@ nsCommentNode::List(FILE* out, PRInt32 aIndent) const PRInt32 indx; for (indx = aIndent; --indx >= 0; ) fputs(" ", out); - fprintf(out, "Comment@%p refcount=%d