-Wno-multichar is already added by the configure script for beos, so

take it back out of this file (added in previous rev)
This commit is contained in:
Bryce Denney 2002-12-21 14:28:24 +00:00
parent a5b68f934f
commit c64cd2f39a

View File

@ -7,7 +7,7 @@
CC=gcc
CXX=$CC
CFLAGS="-Wall -O9 -mpentium -fomit-frame-pointer -pipe -Wno-multichar"
CFLAGS="-Wall -O9 -mpentium -fomit-frame-pointer -pipe"
CXXFLAGS=$CFLAGS
export CC