ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15407
This commit is contained in:
parent
319c409205
commit
867ccf56d4
@ -189,8 +189,8 @@ case $platform in
|
||||
SOLARISGCC)
|
||||
THE_OS=SOLARIS
|
||||
THE_COMP="the GNU C++"
|
||||
CXXFLAGS=-I/usr/local/include/g++; export CXXFLAGS
|
||||
LDFLAGS=-R/usr/local/lib; export LDFLAGS
|
||||
CXXFLAGS="$CXXFLAGS -I/usr/local/include/g++"; export CXXFLAGS
|
||||
LDFLAGS="$LDFLAGS -R/usr/local/lib"; export LDFLAGS
|
||||
RELEASE_CXXFLAGS=-O
|
||||
RELEASE_CFLAGS=-O3
|
||||
;;
|
||||
|
@ -363,7 +363,7 @@ static void DataDrivenScanf(void) {
|
||||
double dbl, expectedDbl;
|
||||
int32_t uBufferLenReturned;
|
||||
|
||||
const char *fileLocale = "en_US_POSIX";
|
||||
//const char *fileLocale = "en_US_POSIX";
|
||||
//int32_t uFileBufferLenReturned;
|
||||
//UFILE *testFile;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user