Add -Wno-multichar to WARNINGS_C*FLAGS for BeOS. Thanks to "Yannick Koehler" <koehler@mythrium.com> for the patch.

git-svn-id: svn://10.0.0.236/trunk@65169 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2000-04-04 07:53:25 +00:00
parent bc2614bde8
commit e2a38cc233
2 changed files with 291 additions and 287 deletions

576
mozilla/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -506,6 +506,8 @@ case "$target" in
MKSHLIB='$(CXX) $(DSO_LDOPTS)'
DSO_LDOPTS='-nostart -Xlinker --ignore-undefined'
TK_LIBS='-lbe -lroot'
_WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} -Wno-multichar"
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wno-multichar"
;;
*-bsdi*)