Closed
Bug 203391
Opened 23 years ago
Closed 23 years ago
InPlaceConvertLineEndings(class nsAString &)' defined but not used
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
5.94 KB,
patch
|
harishd
:
review+
hjtoi-bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
nsDTDUtils.cpp
c++ -o nsDTDUtils.o -c -DOSTYPE=\"BeOS5.0\" -DOSARCH=\"BeOS\" -DXML_DTD
-I../../dist/include/xpcom -I../../dist/include/string
-I../../dist/include/necko -I../../dist/include/util -I../../dist/include/uconv
-I../../dist/include/unicharutil -I../../dist/include/expat
-I../../dist/include/layout -I../../dist/include/dom -I../../dist/include/pref
-I../../dist/include/nkcache -I../../dist/include/intl
-I../../dist/include/htmlparser -I../../dist/include
-I/boot/home/dbg-i586-pc-beos/dist/include/nspr -I/usr/X11/include -fPIC
-I/usr/X11/include -frtti -fno-exceptions -Wall -Wconversion -Wpointer-arith
-Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-multichar
-pedantic -Wno-long-long -pipe -DNDEBUG -DTRIMMED -I/usr/X11/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsDTDUtils.pp
/swap/BEOS/mozilla/htmlparser/src/nsDTDUtils.cpp
/swap/BEOS/mozilla/htmlparser/src/nsDTDUtils.h:660: warning: `void
InPlaceConvertLineEndings(class nsAString &)' defined but not used
nsHTMLTokenizer.cpp
c++ -o nsHTMLTokenizer.o -c -DOSTYPE=\"BeOS5.0\" -DOSARCH=\"BeOS\" -DXML_DTD
-I../../dist/include/xpcom -I../../dist/include/string
-I../../dist/include/necko -I../../dist/include/util -I../../dist/include/uconv
-I../../dist/include/unicharutil -I../../dist/include/expat
-I../../dist/include/layout -I../../dist/include/dom -I../../dist/include/pref
-I../../dist/include/nkcache -I../../dist/include/intl
-I../../dist/include/htmlparser -I../../dist/include
-I/boot/home/dbg-i586-pc-beos/dist/include/nspr -I/usr/X11/include -fPIC
-I/usr/X11/include -frtti -fno-exceptions -Wall -Wconversion -Wpointer-arith
-Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-multichar
-pedantic -Wno-long-long -pipe -DNDEBUG -DTRIMMED -I/usr/X11/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h
-Wp,-MD,.deps/nsHTMLTokenizer.pp
/swap/BEOS/mozilla/htmlparser/src/nsHTMLTokenizer.cpp
/swap/BEOS/mozilla/htmlparser/src/nsDTDUtils.h:660: warning: `void
InPlaceConvertLineEndings(class nsAString &)' defined but not used
nsElementTable.cpp
c++ -o nsElementTable.o -c -DOSTYPE=\"BeOS5.0\" -DOSARCH=\"BeOS\" -DXML_DTD
-I../../dist/include/xpcom -I../../dist/include/string
-I../../dist/include/necko -I../../dist/include/util -I../../dist/include/uconv
-I../../dist/include/unicharutil -I../../dist/include/expat
-I../../dist/include/layout -I../../dist/include/dom -I../../dist/include/pref
-I../../dist/include/nkcache -I../../dist/include/intl
-I../../dist/include/htmlparser -I../../dist/include
-I/boot/home/dbg-i586-pc-beos/dist/include/nspr -I/usr/X11/include -fPIC
-I/usr/X11/include -frtti -fno-exceptions -Wall -Wconversion -Wpointer-arith
-Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-multichar
-pedantic -Wno-long-long -pipe -DNDEBUG -DTRIMMED -I/usr/X11/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsElementTable.pp
/swap/BEOS/mozilla/htmlparser/src/nsElementTable.cpp
/swap/BEOS/mozilla/htmlparser/src/nsDTDUtils.h:660: warning: `void
InPlaceConvertLineEndings(class nsAString &)' defined but not used
Attachment #121719 -
Flags: superreview?(heikki)
Attachment #121719 -
Flags: review?(harishd)
Comment 2•23 years ago
|
||
My patch in bug 202171 (waiting for review) includes this change.
Comment 3•23 years ago
|
||
Er, bug 201271 (thanks, biesi).
Comment on attachment 121719 [details] [diff] [review]
move function to the only c++ file that uses it
r=harishd
Attachment #121719 -
Flags: review?(harishd) → review+
Updated•23 years ago
|
Attachment #121719 -
Flags: superreview?(heikki) → superreview+
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: BeOS → All
Hardware: PC → All
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•