Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Encode-Detect-1.01 v5.14.4 Mac OS X
Date: 2015-10-09T15:58:18Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear John Gardiner Myers,
This is a computer-generated report for Encode-Detect-1.01
on perl 5.14.4, created by CPAN-Reporter-1.2015.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build':
Building Encode-Detect
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/CharDistribution.o src/CharDistribution.cpp
In file included from src/CharDistribution.cpp:38:
src/CharDistribution.h:51:31: warning: unused parameter 'aBuf' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:51:46: warning: unused parameter 'aLen' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:96:40: warning: unused parameter 'str' [-Wunused-parameter]
virtual PRInt32 GetOrder(const char* str) {return -1;};
^
3 warnings generated.
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/JpCntx.o src/JpCntx.cpp
In file included from src/JpCntx.cpp:39:
src/JpCntx.h:72:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
mRelSample[jp2CharContext[mLastCharOrder][order]]++;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/JpCntx.cpp:164:19: warning: array subscript is of type 'char' [-Wchar-subscripts]
mRelSample[jp2CharContext[mLastCharOrder][order]]++;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/JpCntx.cpp:197:50: warning: '&&' within '||' [-Wlogical-op-parentheses]
if ((unsigned char)*str >= (unsigned char)0x81 && (unsigned char)*str <= (unsigned char)0x9f ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
src/JpCntx.cpp:197:50: note: place parentheses around the '&&' expression to silence this warning
if ((unsigned char)*str >= (unsigned char)0x81 && (unsigned char)*str <= (unsigned char)0x9f ||
^
( )
src/JpCntx.cpp:198:50: warning: '&&' within '||' [-Wlogical-op-parentheses]
(unsigned char)*str >= (unsigned char)0xe0 && (unsigned char)*str <= (unsigned char)0xfc )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/JpCntx.cpp:198:50: note: place parentheses around the '&&' expression to silence this warning
(unsigned char)*str >= (unsigned char)0xe0 && (unsigned char)*str <= (unsigned char)0xfc )
^
( )
src/JpCntx.cpp:215:50: warning: '&&' within '||' [-Wlogical-op-parentheses]
(unsigned char)*str >= (unsigned char)0xa1 &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
src/JpCntx.cpp:215:50: note: place parentheses around the '&&' expression to silence this warning
(unsigned char)*str >= (unsigned char)0xa1 &&
^
5 warnings generated.
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/LangBulgarianModel.o src/LangBulgarianModel.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/LangCyrillicModel.o src/LangCyrillicModel.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/LangGreekModel.o src/LangGreekModel.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/LangHebrewModel.o src/LangHebrewModel.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/LangHungarianModel.o src/LangHungarianModel.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/LangThaiModel.o src/LangThaiModel.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsBig5Prober.o src/nsBig5Prober.cpp
In file included from src/nsBig5Prober.cpp:38:
In file included from src/nsBig5Prober.h:43:
src/CharDistribution.h:51:31: warning: unused parameter 'aBuf' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:51:46: warning: unused parameter 'aLen' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:96:40: warning: unused parameter 'str' [-Wunused-parameter]
virtual PRInt32 GetOrder(const char* str) {return -1;};
^
3 warnings generated.
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsCharSetProber.o src/nsCharSetProber.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsEscCharsetProber.o src/nsEscCharsetProber.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsEscSM.o src/nsEscSM.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsEUCJPProber.o src/nsEUCJPProber.cpp
In file included from src/nsEUCJPProber.cpp:43:
In file included from src/nsEUCJPProber.h:48:
src/JpCntx.h:72:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
mRelSample[jp2CharContext[mLastCharOrder][order]]++;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/nsEUCJPProber.cpp:43:
In file included from src/nsEUCJPProber.h:49:
src/CharDistribution.h:51:31: warning: unused parameter 'aBuf' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:51:46: warning: unused parameter 'aLen' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:96:40: warning: unused parameter 'str' [-Wunused-parameter]
virtual PRInt32 GetOrder(const char* str) {return -1;};
^
4 warnings generated.
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsEUCKRProber.o src/nsEUCKRProber.cpp
In file included from src/nsEUCKRProber.cpp:38:
In file included from src/nsEUCKRProber.h:43:
src/CharDistribution.h:51:31: warning: unused parameter 'aBuf' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:51:46: warning: unused parameter 'aLen' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:96:40: warning: unused parameter 'str' [-Wunused-parameter]
virtual PRInt32 GetOrder(const char* str) {return -1;};
^
3 warnings generated.
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsEUCTWProber.o src/nsEUCTWProber.cpp
In file included from src/nsEUCTWProber.cpp:38:
In file included from src/nsEUCTWProber.h:43:
src/CharDistribution.h:51:31: warning: unused parameter 'aBuf' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:51:46: warning: unused parameter 'aLen' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:96:40: warning: unused parameter 'str' [-Wunused-parameter]
virtual PRInt32 GetOrder(const char* str) {return -1;};
^
3 warnings generated.
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsGB2312Prober.o src/nsGB2312Prober.cpp
In file included from src/nsGB2312Prober.cpp:43:
In file included from src/nsGB2312Prober.h:43:
src/CharDistribution.h:51:31: warning: unused parameter 'aBuf' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:51:46: warning: unused parameter 'aLen' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:96:40: warning: unused parameter 'str' [-Wunused-parameter]
virtual PRInt32 GetOrder(const char* str) {return -1;};
^
3 warnings generated.
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsHebrewProber.o src/nsHebrewProber.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsLatin1Prober.o src/nsLatin1Prober.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsMBCSGroupProber.o src/nsMBCSGroupProber.cpp
In file included from src/nsMBCSGroupProber.cpp:41:
In file included from src/nsMBCSGroupProber.h:42:
In file included from src/nsSJISProber.h:48:
src/JpCntx.h:72:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
mRelSample[jp2CharContext[mLastCharOrder][order]]++;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/nsMBCSGroupProber.cpp:41:
In file included from src/nsMBCSGroupProber.h:42:
In file included from src/nsSJISProber.h:49:
src/CharDistribution.h:51:31: warning: unused parameter 'aBuf' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:51:46: warning: unused parameter 'aLen' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:96:40: warning: unused parameter 'str' [-Wunused-parameter]
virtual PRInt32 GetOrder(const char* str) {return -1;};
^
4 warnings generated.
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsMBCSSM.o src/nsMBCSSM.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsSBCharSetProber.o src/nsSBCharSetProber.cpp
src/nsSBCharSetProber.cpp:59:26: warning: array subscript is of type 'char' [-Wchar-subscripts]
++(mSeqCounters[mModel->precedenceMatrix[mLastOrder*SAMPLE_SIZE+order]]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/nsSBCharSetProber.cpp:61:26: warning: array subscript is of type 'char' [-Wchar-subscripts]
++(mSeqCounters[mModel->precedenceMatrix[order*SAMPLE_SIZE+mLastOrder]]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsSBCSGroupProber.o src/nsSBCSGroupProber.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsSJISProber.o src/nsSJISProber.cpp
In file included from src/nsSJISProber.cpp:43:
In file included from src/nsSJISProber.h:48:
src/JpCntx.h:72:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
mRelSample[jp2CharContext[mLastCharOrder][order]]++;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/nsSJISProber.cpp:43:
In file included from src/nsSJISProber.h:49:
src/CharDistribution.h:51:31: warning: unused parameter 'aBuf' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:51:46: warning: unused parameter 'aLen' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:96:40: warning: unused parameter 'str' [-Wunused-parameter]
virtual PRInt32 GetOrder(const char* str) {return -1;};
^
4 warnings generated.
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsUniversalDetector.o src/nsUniversalDetector.cpp
In file included from src/nsUniversalDetector.cpp:43:
In file included from src/nsMBCSGroupProber.h:42:
In file included from src/nsSJISProber.h:48:
src/JpCntx.h:72:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
mRelSample[jp2CharContext[mLastCharOrder][order]]++;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/nsUniversalDetector.cpp:43:
In file included from src/nsMBCSGroupProber.h:42:
In file included from src/nsSJISProber.h:49:
src/CharDistribution.h:51:31: warning: unused parameter 'aBuf' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:51:46: warning: unused parameter 'aLen' [-Wunused-parameter]
void HandleData(const char* aBuf, PRUint32 aLen) {};
^
src/CharDistribution.h:96:40: warning: unused parameter 'str' [-Wunused-parameter]
virtual PRInt32 GetOrder(const char* str) {return -1;};
^
4 warnings generated.
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o src/nsUTF8Prober.o src/nsUTF8Prober.cpp
/usr/bin/cc -Isrc -I/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE -DVERSION="1.01" -DXS_VERSION="1.01" -x c++ -Iinclude -c -fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -O3 -o lib/Encode/Detect/Detector.o lib/Encode/Detect/Detector.c
In file included from lib/Encode/Detect/Detector.xs:40:
/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE/perl.h:1669:38: warning: variadic macros are a C99 feature [-Wvariadic-macros]
# define my_snprintf(buffer, len, ...) snprintf(buffer, len, __VA_ARGS__)
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE/perl.h:1681:39: warning: variadic macros are a C99 feature [-Wvariadic-macros]
# define my_vsnprintf(buffer, len, ...) vsnprintf(buffer, len, __VA_ARGS__)
^
lib/Encode/Detect/Detector.c:394:1: warning: duplicate 'extern' declaration specifier [-Wduplicate-decl-specifier]
XS_EXTERNAL(boot_Encode__Detect__Detector); /* prototype to pass -Wmissing-prototypes */
^
lib/Encode/Detect/Detector.c:129:35: note: expanded from macro 'XS_EXTERNAL'
# define XS_EXTERNAL(name) extern "C" XSPROTO(name)
^
lib/Encode/Detect/Detector.c:397:5: error: declaration of 'Perl___notused' has a different language linkage
dVAR; dXSARGS;
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE/perl.h:174:17: note: expanded from macro 'dVAR'
# define dVAR dNOOP
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE/perl.h:360:39: note: expanded from macro 'dNOOP'
#define dNOOP extern int /*@unused@*/ Perl___notused PERL_UNUSED_DECL
^
lib/Encode/Detect/Detector.c:220:5: note: previous declaration is here
dVAR; dXSARGS;
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE/perl.h:174:17: note: expanded from macro 'dVAR'
# define dVAR dNOOP
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level/CORE/perl.h:360:39: note: expanded from macro 'dNOOP'
#define dNOOP extern int /*@unused@*/ Perl___notused PERL_UNUSED_DECL
^
3 warnings and 1 error generated.
error building lib/Encode/Detect/Detector.o from 'lib/Encode/Detect/Detector.c' at /Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4/ExtUtils/CBuilder/Base.pm line 172.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------ ---- --------
ExtUtils::CBuilder 0 0.280223
Module::Build 0 0.4214
build_requires:
Module Need Have
------------------ ---- --------
ExtUtils::CBuilder 0 0.280223
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
HARNESS_OPTIONS = c:j3
LANG =
LC_ALL = POSIX
LD_LIBRARY_PATH = :/net/traces01.be-md.ncbi.nlm.nih.gov/trace_software/vdb/mac/release/x86_64/lib
NONINTERACTIVE_TESTING = 1
PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/bin:/Users/hornenj/bin:/sw/lib/perl5/ExtUtils:/sw/bin:/am/ncbiapdata/bin:/usr/bin:/bin:/usr/X11R6/bin:/netopt/ncbi_tools/bin:/usr/local/ncbi/blast/bin:/net/traces01.be-md.ncbi.nlm.nih.gov/trace_software/vdb/mac/release/x86_64/bin:/usr/perl5/bin
PERL = /Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/bin/perl5.14.4
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 71752
PERL5_CPAN_IS_RUNNING = 71752
PERLBREW_BASHRC_VERSION = 0.73
PERLBREW_HOME = /Users/hornenj/.perlbrew
PERLBREW_MANPATH = /Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/man
PERLBREW_PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/bin
PERLBREW_PERL = perl-5.14.4
PERLBREW_ROOT = /Users/hornenj/perl5/perlbrew
PERLBREW_VERSION = 0.73
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = xterm-256color
TMPDIR = /var/folders/pz/pd7y1qjs6s3cbk170cw50fjc000c61/T/
ac_cv_path_INTLTOOL_PERL = /usr/bin/perl
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/bin/perl5.14.4
$UID/$EUID = 12481 / 12481
$GID = 14 14 5344 37191 527 241
$EGID = 14 14 5344 37191 527 241
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.10
CPAN::Meta 2.150005
Cwd 3.47
ExtUtils::CBuilder 0.280223
ExtUtils::Command 7.10
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.10
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.24
File::Spec 3.47
JSON 2.90
JSON::PP 2.27300
Module::Build 0.4214
Module::Signature n/a
Parse::CPAN::Meta 1.4417
Test::Harness 3.35
Test::More 1.001014
YAML 1.15
YAML::Syck 1.29
version 0.9912
--
Summary of my perl5 (revision 5 version 14 subversion 4) configuration:
Platform:
osname=darwin, osvers=14.3.0, archname=darwin-thread-multi-2level
uname='darwin ncbimac2027.ncbi.nlm.nih.gov 14.3.0 darwin kernel version 14.3.0: mon mar 23 11:59:05 pdt 2015; root:xnu-2782.20.48~5release_x86_64 x86_64 '
config_args='-de -Dprefix=/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -Acc=cc -Aeval:scriptdir=/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc=' cc', ccflags ='-fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include',
optimize='-O3',
cppflags='-fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-ldbm -ldl -lm -lutil -lc
perllibs=-ldl -lm -lutil -lc
libc=, so=dylib, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Locally applied patches:
Devel::PatchPerl 1.30
Built under darwin
Compiled at Apr 20 2015 09:34:28
%ENV:
PERL="/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/bin/perl5.14.4"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="71752"
PERL5_CPAN_IS_RUNNING="71752"
PERLBREW_BASHRC_VERSION="0.73"
PERLBREW_HOME="/Users/hornenj/.perlbrew"
PERLBREW_MANPATH="/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/man"
PERLBREW_PATH="/Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/bin"
PERLBREW_PERL="perl-5.14.4"
PERLBREW_ROOT="/Users/hornenj/perl5/perlbrew"
PERLBREW_VERSION="0.73"
PERL_MM_USE_DEFAULT="1"
@INC:
/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4/darwin-thread-multi-2level
/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4
/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/darwin-thread-multi-2level
/Users/hornenj/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4
.