<86>Dec 20 04:47:50 userdel[3398268]: delete user 'rooter'
<86>Dec 20 04:47:50 userdel[3398268]: removed group 'rooter' owned by 'rooter'
<86>Dec 20 04:47:50 userdel[3398268]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec 20 04:47:50 groupadd[3398280]: group added to /etc/group: name=rooter, GID=672
<86>Dec 20 04:47:50 groupadd[3398280]: group added to /etc/gshadow: name=rooter
<86>Dec 20 04:47:50 groupadd[3398280]: new group: name=rooter, GID=672
<86>Dec 20 04:47:50 useradd[3398285]: new user: name=rooter, UID=672, GID=672, home=/root, shell=/bin/bash
<86>Dec 20 04:47:50 userdel[3398318]: delete user 'builder'
<86>Dec 20 04:47:50 userdel[3398318]: removed group 'builder' owned by 'builder'
<86>Dec 20 04:47:50 groupadd[3398336]: group added to /etc/group: name=builder, GID=673
<86>Dec 20 04:47:50 groupadd[3398336]: group added to /etc/gshadow: name=builder
<86>Dec 20 04:47:50 groupadd[3398336]: new group: name=builder, GID=673
<86>Dec 20 04:47:50 useradd[3398344]: new user: name=builder, UID=673, GID=673, home=/usr/src, shell=/bin/bash
<13>Dec 20 04:47:52 rpmi: pccts-1.33-alt3MR33 1199792160 installed
<13>Dec 20 04:47:52 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed
<13>Dec 20 04:47:52 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>Dec 20 04:47:53 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>Dec 20 04:47:53 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed
<13>Dec 20 04:47:53 rpmi: pccts-devel-1.33-alt3MR33 1199792160 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/cccc-0.1-alt1.nosrc.rpm
Installing cccc-0.1-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.36185
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf cccc-0.1
+ echo 'Source #0 (cccc-0.1.tar):'
Source #0 (cccc-0.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/cccc-0.1.tar
+ cd cccc-0.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.36185
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd cccc-0.1
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++'
+ make -C cccc -f posixgcc.mak 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++' PCCTS_H=/usr/include/pccts PCCTS_BIN=/usr/bin ANTLR=/usr/bin/pccts-antlr DLG=/usr/bin/pccts-dlg
make: Entering directory '/usr/src/RPM/BUILD/cccc-0.1/cccc'
/usr/bin/pccts-antlr -CC -k 2 -gd -ge -rl 5000 -w1 -e3  -ft Ctokens.h cccc.g
Antlr parser generator   Version 1.33MR33   1989-2001
/usr/bin/pccts-dlg -C2 -CC  -cl CLexer parser.dlg
dlg  Version 1.33MR33   1989-2001
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc.cpp -occcc.o
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::start()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:53:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::link_item(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:78:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:80:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::end_of_file()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:124:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:124:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::definition_or_declaration(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:149:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:151:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::resync_tokens()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:293:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::extern_linkage_block()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:316:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:316:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::namespace_block()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:341:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::using_statement()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:375:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::explicit_template_instantiation()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:403:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:403:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::class_declaration_or_definition(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:420:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:420:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
cccc.cpp:420:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp:445:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::class_suffix(bool&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:455:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::class_suffix_trailer()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:496:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:496:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::opt_instance_list()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:512:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::union_definition()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:541:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:543:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::anonymous_union_definition()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:573:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:573:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::named_union_definition()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:591:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:591:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::enum_definition()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:622:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:624:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::anonymous_enum_definition()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:655:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:655:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::named_enum_definition()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:673:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:673:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::instance_declaration(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:704:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::class_block(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:764:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:764:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::class_block_item_list(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:787:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:789:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::class_block_item(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:817:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:819:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::class_item_qualifier_list()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:850:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:852:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::class_item_qualifier()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:881:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::access_modifier()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:923:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:923:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::method_declaration_or_definition_with_implicit_type(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:939:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:939:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
cccc.cpp:939:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp:970:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::method_declaration_or_definition_with_explicit_type(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:980:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:980:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
cccc.cpp:980:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp:987:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::method_suffix(bool&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:997:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::method_signature(std::__cxx11::string&, std::__cxx11::string&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:1047:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1047:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
cccc.cpp:1047:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp:1050:7: warning: unused variable 'startLine' [-Wunused-variable]
   int startLine=LT(1)->getLine();
       ^~~~~~~~~
cccc.cpp:1056:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::type(std::__cxx11::string&, std::__cxx11::string&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1066:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::cv_qualifier(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1098:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::type_name(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1138:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::indirection_modifiers(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1161:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:1163:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::indirection_modifier(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1192:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:1194:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::builtin_type(std::__cxx11::string&)':
cccc.cpp:1246:9: warning: unused variable 'zzcnt' [-Wunused-variable]
     int zzcnt=1;
         ^~~~~
In file included from cccc.cpp:19:
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:1243:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1243:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
cccc.cpp:1243:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp:1253:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::type_keyword(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1263:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::user_type(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1342:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::scoped_member_name()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:1372:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1372:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
cccc.cpp:1372:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp:1378:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::scoped_identifier(std::__cxx11::string&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1388:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:1390:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::explicit_scope_spec(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1419:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::unscoped_member_name(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:1461:5: note: in expansion of macro 'zzGUESS_BLOCK'
     zzGUESS_BLOCK
     ^~~~~~~~~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1457:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::dtor_member_name(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:1525:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1525:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::operator_member_name(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:1552:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1552:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::operator_identifier(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1574:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:1576:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::new_or_delete()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1662:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::param_list(std::__cxx11::string&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1685:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:1687:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp:1689:7: warning: unused variable 'startLine' [-Wunused-variable]
   int startLine=LT(1)->getLine();
       ^~~~~~~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::param_list_items(std::__cxx11::string&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1734:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::more_param_items(std::__cxx11::string&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1758:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::param_item(std::__cxx11::string&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:1789:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1789:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
cccc.cpp:1789:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp:1795:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::param_type(std::__cxx11::string&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:1805:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1805:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
cccc.cpp:1805:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp:1836:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::param_spec()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1846:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::knr_param_decl_list()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1882:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::opt_const_modifier()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1909:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::typedef_definition()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1945:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:1947:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::fptr_typedef_definition()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:1990:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:1990:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::struct_typedef_definition()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2008:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2008:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::simple_typedef_definition()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2029:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2029:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::identifier_opt()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2047:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::tag_list_opt()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2070:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::tag()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2098:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2098:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::simple_type_alias()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2119:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2119:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::fptr_type_alias()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2139:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2139:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::class_or_method_declaration_or_definition(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2158:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:2160:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::class_prefix(std::__cxx11::string&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2201:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::inheritance_list(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2236:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2236:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::inheritance_item_list(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2253:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2253:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::inheritance_access_key()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2274:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::inheritance_item(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2323:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2323:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
cccc.cpp:2323:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp:2341:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::class_key(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2351:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::access_key()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2383:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::ctor_init_list()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2427:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2427:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::ctor_init_item_list()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2443:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:2445:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::ctor_init_item()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2476:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2476:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
cccc.cpp:2476:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp:2481:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::linkage_qualifiers()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2491:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:2493:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::linkage_qualifier()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2521:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:2523:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::identifier_or_brace_block_or_both()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2588:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2588:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::opt_brace_block()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2604:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:2606:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::instance_item(std::__cxx11::string&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:2635:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2635:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
cccc.cpp:2635:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp:2642:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from cccc.cpp:19:
cccc.cpp: In member function 'void CParser::item_specifier(std::__cxx11::string&, std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2652:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::opt_initializer()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2685:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:2687:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::init_expr()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2734:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:2736:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::init_expr_item()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2767:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:2769:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::cast_keyword()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2826:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::init_value()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2855:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::keyword()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:2883:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::op()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3182:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::constant()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3299:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::literal()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3323:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::string_literal()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3399:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:3401:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::block()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3432:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::balanced()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3460:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::balanced_list()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3489:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:3491:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::nested_token_list(int)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3519:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::nested_token(int)':
cccc.cpp:3547:170: warning: statement has no effect [-Wunused-value]
   if (!((la_ptr!=0) && (mytoken(la_ptr)->getNestingLevel() > nl) )    ) {zzfailed_pred("   (la_ptr!=0) && (mytoken(la_ptr)->getNestingLevel() > nl) ",0 /* report */, { 0; /* no user action */ } );}
                                                                                                                                                                          ^
/usr/include/pccts/AParser.h:351:27: note: in definition of macro 'zzfailed_pred_action'
     if (_hasuseraction) { _useraction } else { failedSemanticPredicate(_p); }
                           ^~~~~~~~~~~
cccc.cpp:3547:74: note: in expansion of macro 'zzfailed_pred'
   if (!((la_ptr!=0) && (mytoken(la_ptr)->getNestingLevel() > nl) )    ) {zzfailed_pred("   (la_ptr!=0) && (mytoken(la_ptr)->getNestingLevel() > nl) ",0 /* report */, { 0; /* no user action */ } );}
                                                                          ^~~~~~~~~~~~~
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:3543:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3543:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::scoped()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3565:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:3567:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::brace_block()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:3616:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3616:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::skip_until_matching_rbrace(int)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:3633:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3633:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::paren_block()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:3665:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3665:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::brack_block()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:3682:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3682:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::brack_list()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3699:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
cccc.cpp:3701:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
cccc.cpp: In member function 'void CParser::angle_balanced_list()':
cccc.cpp:3733:118: warning: statement has no effect [-Wunused-value]
     if (!(LT(1)->getType() == LESSTHAN )      ) {zzfailed_pred("   LT(1)->getType() == LESSTHAN ",0 /* report */, { 0; /* no user action */ } );}
                                                                                                                      ^
/usr/include/pccts/AParser.h:351:27: note: in definition of macro 'zzfailed_pred_action'
     if (_hasuseraction) { _useraction } else { failedSemanticPredicate(_p); }
                           ^~~~~~~~~~~
cccc.cpp:3733:50: note: in expansion of macro 'zzfailed_pred'
     if (!(LT(1)->getType() == LESSTHAN )      ) {zzfailed_pred("   LT(1)->getType() == LESSTHAN ",0 /* report */, { 0; /* no user action */ } );}
                                                  ^~~~~~~~~~~~~
cccc.cpp:3739:128: warning: statement has no effect [-Wunused-value]
       if (!(LT(1)->getType() == GREATERTHAN )        ) {zzfailed_pred("   LT(1)->getType() == GREATERTHAN ",0 /* report */, { 0; /* no user action */ } );}
                                                                                                                                ^
/usr/include/pccts/AParser.h:351:27: note: in definition of macro 'zzfailed_pred_action'
     if (_hasuseraction) { _useraction } else { failedSemanticPredicate(_p); }
                           ^~~~~~~~~~~
cccc.cpp:3739:57: note: in expansion of macro 'zzfailed_pred'
       if (!(LT(1)->getType() == GREATERTHAN )        ) {zzfailed_pred("   LT(1)->getType() == GREATERTHAN ",0 /* report */, { 0; /* no user action */ } );}
                                                         ^~~~~~~~~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3730:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
cccc.cpp: In member function 'void CParser::angle_block()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
cccc.cpp:3761:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
cccc.cpp:3761:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ CLexer.cpp -oCLexer.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ CParser.cpp -oCParser.o
/usr/bin/pccts-antlr -CC -k 2 -gd -ge -rl 5000 -w1 -e3  -ft Jtokens.h java.g
Antlr parser generator   Version 1.33MR33   1989-2001
/usr/bin/pccts-dlg -C2 -CC  -cl JLexer parser.dlg
dlg  Version 1.33MR33   1989-2001
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ java.cpp -ojava.o
In file included from java.cpp:19:
java.cpp: In member function 'void JParser::compilationUnit()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:47:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::packageDefinition(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:95:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:95:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::importDefinition()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:112:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:112:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::typeDefinition(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:129:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::declaration()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:166:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:166:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
java.cpp:166:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp:176:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from java.cpp:19:
java.cpp: In member function 'void JParser::modifiers(Visibility&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:186:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:186:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
java.cpp:186:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp:195:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from java.cpp:19:
java.cpp: In member function 'void JParser::typeParameters()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:205:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:205:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::typeSpec()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:238:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::classTypeSpec()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:264:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:264:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::builtInTypeSpec()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:290:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:290:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::type()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:317:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::builtInType()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:340:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::identifier()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:400:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::typeSpec2(std::__cxx11::string&, bool&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:433:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::classTypeSpec2(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:466:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:466:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::builtInTypeSpec2(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:496:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:496:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::identifier2(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:525:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::identifierStar()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:576:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
java.cpp:578:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
java.cpp: In member function 'void JParser::modifier(Visibility&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:631:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::classDefinition(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:713:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:713:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::superClassClause(const string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:751:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::interfaceDefinition(const string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:788:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:788:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::classBlock(const string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:817:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:817:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::interfaceExtends(const string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:848:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::implementsClause(const string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:885:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::moreSuperclassNames(const string&, const string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:923:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:923:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::field(const string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:954:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::typedDeclaration(const string&, const string&, bool, Visibility, int)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1012:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::methodDefinition(const string&, const string&, bool, Visibility, int)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1037:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::variableDefinitions(const string&, const string&, bool, Visibility, int)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1121:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1121:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::variableDeclarator()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1153:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1153:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::declaratorBrackets()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1175:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1175:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::varInitializer()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1200:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::arrayInitializer()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1225:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::initializer()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1273:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::ctorDefinition(const string&, Visibility)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1297:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1297:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
java.cpp:1297:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp:1316:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from java.cpp:19:
java.cpp: In member function 'void JParser::ctorHead(std::__cxx11::string&, const string&, Visibility)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1326:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::throwsClause()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1354:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1354:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::returnTypeBrackersOnEndOfMethodHead()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1376:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1376:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::parameterDeclarationList(std::__cxx11::string&, const string&, const Visibility&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1400:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::parameterDeclaration(std::__cxx11::string&, const string&, const Visibility&, bool)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1448:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1448:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::parameterDeclaratorBrackets(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1490:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1490:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::parameterModifier(std::__cxx11::string&)':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1514:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::compoundStatement()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1548:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1548:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::statement()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1569:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
java.cpp:1572:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
java.cpp: In member function 'void JParser::ifStatement()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1701:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1701:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::forStatement()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1721:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1721:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::whileStatement()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1744:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1744:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::doWhileStatement()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1763:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1763:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::breakStatement()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1784:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::continueStatement()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1810:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::returnStatement()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1837:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::switchStatement()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1863:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1863:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::throwStatement()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1888:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1888:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::syncStatement()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1905:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1905:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::emptyStatement()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1924:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1924:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::optElseClause()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1939:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
java.cpp:1941:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
java.cpp: In member function 'void JParser::casesGroup()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1970:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1970:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
java.cpp:1970:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp:1976:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from java.cpp:19:
java.cpp: In member function 'void JParser::cases()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:1986:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:1986:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
java.cpp:1986:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp:1992:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from java.cpp:19:
java.cpp: In member function 'void JParser::optMoreCases()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2002:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
java.cpp:2004:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
java.cpp: In member function 'void JParser::aCase()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2040:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::caseSList()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:2067:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2067:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
java.cpp:2067:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp:2076:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from java.cpp:19:
java.cpp: In member function 'void JParser::forInit()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2086:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
java.cpp:2088:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
java.cpp: In member function 'void JParser::forCond()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2124:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::forIter()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2148:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::tryBlock()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2172:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::handler()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:2205:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2205:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::expression()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:2225:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2225:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
java.cpp:2225:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp:2230:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from java.cpp:19:
java.cpp: In member function 'void JParser::expressionList()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:2240:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2240:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::assignmentExpression()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2261:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::conditionalExpression()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2350:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::logicalOrExpression()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:2378:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2378:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::logicalAndExpression()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:2400:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2400:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::inclusiveOrExpression()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:2421:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2421:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::exclusiveOrExpression()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:2442:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2442:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::andExpression()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:2463:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2463:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::equalityExpression()':
/usr/include/pccts/AParser.h:356:44: warning: unused variable 'zzBadText' [-Wunused-variable]
   _ANTLRTokenPtr zzBadTok=NULL; ANTLRChar *zzBadText=(ANTLRChar *)""; \
                                            ^~~~~~~~~
java.cpp:2484:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2484:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:359:14: warning: unused variable 'zzMissText' [-Wunused-variable]
   ANTLRChar *zzMissText=(ANTLRChar *)"";
              ^~~~~~~~~~
java.cpp:2484:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp:2490:1: warning: label 'fail' defined but not used [-Wunused-label]
 fail:
 ^~~~
In file included from java.cpp:19:
java.cpp: In member function 'void JParser::relationalPredicate()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2500:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::relationalExpression()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2540:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::shiftExpression()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2582:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::additiveExpression()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2619:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::multiplicativeExpression()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2651:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::unaryExpression()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2688:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::unaryExpressionNotPlusMinus()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2731:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
java.cpp:2733:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
java.cpp: In member function 'void JParser::postfixExpression()':
java.cpp:2854:19: warning: unused variable 'zzcnt' [-Wunused-variable]
               int zzcnt=1;
                   ^~~~~
In file included from java.cpp:19:
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2801:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::primaryExpression()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2924:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::newExpression()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:2986:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::argList()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:3037:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
java.cpp: In member function 'void JParser::newArrayDeclarator()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:3062:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
/usr/include/pccts/AParser.h:86:74: warning: variable 'zzGuessSeqFrozen' set but not used [-Wunused-but-set-variable]
 #define zzGUESS_BLOCK  ANTLRParserState zzst; int zzrv; int _marker; int zzGuessSeqFrozen;
                                                                          ^~~~~~~~~~~~~~~~
java.cpp:3064:3: note: in expansion of macro 'zzGUESS_BLOCK'
   zzGUESS_BLOCK
   ^~~~~~~~~~~~~
java.cpp: In member function 'void JParser::constant()':
/usr/include/pccts/AParser.h:357:16: warning: unused variable 'zzpf' [-Wunused-variable]
   int zzErrk=1,zzpf=0; \
                ^~~~
java.cpp:3128:3: note: in expansion of macro 'zzRULE'
   zzRULE;
   ^~~~~~
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ JLexer.cpp -oJLexer.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ JParser.cpp -oJParser.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ -DCC_INCLUDED -DJAVA_INCLUDED  ccccmain.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_utl.cc -occcc_utl.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_opt.cc -occcc_opt.o
cccc_opt.cc: In static member function 'static void CCCC_Options::Load_Options()':
cccc_opt.cc:184:6: warning: unused variable 'i' [-Wunused-variable]
  int i=0;
      ^
cccc_opt.cc: At global scope:
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 };
 ^
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:323:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 };
 ^
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:389:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:413:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 };
 ^
cccc_opt.cc:413:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:413:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_opt.cc:413:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_db.cc -occcc_db.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_rec.cc -occcc_rec.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_ext.cc -occcc_ext.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_prj.cc -occcc_prj.o
cccc_prj.cc: In constructor 'CCCC_Project::CCCC_Project(const string&)':
cccc_prj.cc:47:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   };
   ^
cccc_prj.cc:47:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_prj.cc:47:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_prj.cc:47:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_prj.cc:47:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_prj.cc:47:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_prj.cc: In member function 'void CCCC_Project::add_module(CCCC_Item&)':
cccc_prj.cc:57:8: warning: unused variable 'linebuf' [-Wunused-variable]
   char linebuf[1024];
        ^~~~~~~
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_mod.cc -occcc_mod.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_mem.cc -occcc_mem.o
cccc_mem.cc: In member function 'virtual int CCCC_Member::get_count(const char*)':
cccc_mem.cc:52:8: warning: statement has no effect [-Wunused-value]
    NULL;
        ^
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_use.cc -occcc_use.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_met.cc -occcc_met.o
cccc_met.cc: In member function 'std::__cxx11::string CCCC_Metric::value_string() const':
cccc_met.cc:123:24: warning: variable 'low_threshold' set but not used [-Wunused-but-set-variable]
   float n_threshold=0, low_threshold=1e9, high_threshold=1e9;
                        ^~~~~~~~~~~~~
cccc_met.cc:123:43: warning: variable 'high_threshold' set but not used [-Wunused-but-set-variable]
   float n_threshold=0, low_threshold=1e9, high_threshold=1e9;
                                           ^~~~~~~~~~~~~~
cccc_met.cc: At global scope:
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 };
 ^
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_met.cc:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_htm.cc -occcc_htm.o
cccc_htm.cc: In member function 'void CCCC_Html_Stream::OO_Design()':
cccc_htm.cc:479:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    char *metric_tags[5]={"WMC1","WMCv","DIT","NOC","CBO"};
                                                         ^
cccc_htm.cc:479:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_htm.cc:479:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_htm.cc:479:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_htm.cc:479:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_htm.cc: In function 'CCCC_Html_Stream& operator<<(CCCC_Html_Stream&, const CCCC_Metric&)':
cccc_htm.cc:1028:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   char *emphasis_prefix[]={"","<EM>","<STRONG>"};
                                                ^
cccc_htm.cc:1028:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_htm.cc:1028:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_htm.cc:1029:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   char *emphasis_suffix[]={"","</EM>","</STRONG>"};
                                                  ^
cccc_htm.cc:1029:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_htm.cc:1029:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
cccc_htm.cc: In member function 'void CCCC_Html_Stream::Source_Listing()':
cccc_htm.cc:1392:7: warning: unused variable 'next_anchor_required' [-Wunused-variable]
   int next_anchor_required=0;
       ^~~~~~~~~~~~~~~~~~~~
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_xml.cc -occcc_xml.o
cccc_xml.cc: In function 'std::__cxx11::string ltrim(std::__cxx11::string)':
cccc_xml.cc:140:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    while(i<value.size() && value[i]==' ')
          ~^~~~~~~~~~~~~
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_tok.cc -occcc_tok.o
cccc_tok.cc: In member function 'char* ANTLRToken::getTokenTypeName()':
cccc_tok.cc:161:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 char *ANTLRToken::getTokenTypeName() { return ""; }
                                               ^~
cccc_tok.cc: In function 'std::ostream& operator<<(std::ostream&, ANTLRToken&)':
cccc_tok.cc:167:7: warning: unused variable 'i' [-Wunused-variable]
   int i;
       ^
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_tbl.cc -occcc_tbl.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_tpl.cc -occcc_tpl.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_new.cc -occcc_new.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ cccc_itm.cc -occcc_itm.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ /usr/include/pccts/AParser.cpp -oAParser.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ /usr/include/pccts/DLexerBase.cpp -oDLexerBase.o
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -c -I/usr/include/pccts -Wno-deprecated -Wall -x c++ /usr/include/pccts/ATokenBuffer.cpp -oATokenBuffer.o
g++ cccc.o CLexer.o CParser.o  java.o JLexer.o JParser.o   ccccmain.o cccc_utl.o cccc_opt.o cccc_db.o  cccc_rec.o cccc_ext.o cccc_prj.o cccc_mod.o cccc_mem.o cccc_use.o cccc_met.o cccc_htm.o cccc_xml.o cccc_tok.o cccc_tbl.o cccc_tpl.o cccc_new.o cccc_itm.o  AParser.o DLexerBase.o ATokenBuffer.o     -occcc
make: Leaving directory '/usr/src/RPM/BUILD/cccc-0.1/cccc'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.38920
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/cccc-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/cccc-buildroot
+ cd cccc-0.1
+ install -D -m644 debian/cccc.1 /usr/src/tmp/cccc-buildroot/usr/share/man/man1/cccc.1
+ install -D cccc/cccc /usr/src/tmp/cccc-buildroot/usr/bin/cccc
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/cccc-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/cccc-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/cccc-buildroot/ (default)
Compressing files in /usr/src/tmp/cccc-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/cccc-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.52933
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd cccc-0.1
+ cd test
+ make -f posix.mak
make: Entering directory '/usr/src/RPM/BUILD/cccc-0.1/test'
../cccc/cccc --report_mask=cspPrRojh --db_outfile=test1.db --html_outfile=test1.html --xml_outfile=test1.xml  test1.cc
test1.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing test1.cc as C/C++ (c++.ansi)
+++ Function: method1(), Module: Test1, Start: 27, End: 48
+++ Function: method2(), Module: Test1, Start: 48, End: 51
+++ Module: Test1, Start: 16, End: 55
+++ Function: method2(), Module: Test1, Start: 55, End: 70

Generating HTML reports

Generating XML reports

Primary HTML output is in test1.html
Primary XML output is in test1.xml
Database dump is in test1.db

diff test1.db test1.dbref
diff test1.html test1.htmlref
diff test1.xml test1.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=test2.db --html_outfile=test2.html --xml_outfile=test2.xml  test2.cc
test2.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing test2.cc as C/C++ (c++.ansi)
+++ Function: doSomething(Test2b), Module: Test2a, Start: 23, End: 24
+++ Module: Test2a, Start: 18, End: 26
+++ Module: Test2c, Start: 26, End: 39
+++ Function: Test2e(const Test2a &), Module: Test2e, Start: 39, End: 60

Generating HTML reports

Generating XML reports

Primary HTML output is in test2.html
Primary XML output is in test2.xml
Database dump is in test2.db

diff test2.db test2.dbref
diff test2.html test2.htmlref
diff test2.xml test2.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=test3.db --html_outfile=test3.html --xml_outfile=test3.xml  test3.cc
test3.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing test3.cc as C/C++ (c++.ansi)
+++ Function: Test3a(), Module: Test3a, Start: 13, End: 14
+++ Function: ~Test3a(), Module: Test3a, Start: 14, End: 15
+++ Function: operator new(), Module: Test3a, Start: 15, End: 16
+++ Function: operator delete[](), Module: Test3a, Start: 16, End: 17
+++ Function: operator !=(), Module: Test3a, Start: 18, End: 19
+++ Function: operator int(), Module: Test3a, Start: 19, End: 20
+++ Function: operator ==(), Module: Test3a, Start: 21, End: 22
+++ Function: operator ()(), Module: Test3a, Start: 22, End: 23
+++ Function: operator [](), Module: Test3a, Start: 23, End: 24
+++ Function: operator *(), Module: Test3a, Start: 24, End: 25
+++ Function: operator .*(), Module: Test3a, Start: 25, End: 26
+++ Function: do_something(), Module: Test3a, Start: 26, End: 27
+++ Function: do_something_else(), Module: Test3a, Start: 27, End: 28
+++ Module: Test3a, Start: 10, End: 33
+++ Module: Test3b1, Start: 33, End: 34
+++ Module: Test3b2, Start: 34, End: 35
+++ Module: Test3b4, Start: 35, End: 36
+++ Function: Test3b5(Test3b3), Module: Test3b5, Start: 39, End: 40
+++ Module: Test3b5, Start: 36, End: 56

Generating HTML reports

Generating XML reports

Primary HTML output is in test3.html
Primary XML output is in test3.xml
Database dump is in test3.db

diff test3.db test3.dbref
diff test3.html test3.htmlref
diff test3.xml test3.xmlref
../cccc/cccc --opt_infile=test4.opt --report_mask=cspPrRojh --db_outfile=test4.db --html_outfile=test4.html --xml_outfile=test4.xml  test4.cc
test4.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing test4.cc as C/C++ (c++.test4)
+++ Function: dummy(), Module: Test4a, Start: 24, End: 33
+++ Module: Test4a, Start: 21, End: 35

Generating HTML reports

Generating XML reports

Primary HTML output is in test4.html
Primary XML output is in test4.xml
Database dump is in test4.db

diff test4.db test4.dbref
diff test4.html test4.htmlref
diff test4.xml test4.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn1.db --html_outfile=prn1.html --xml_outfile=prn1.xml  prn1.cc
prn1.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn1.cc as C/C++ (c++.ansi)
+++ Function: yadda(STATIC *,ssim_func_port_handle), Module: anonymous, Start: 1, End: 9

Generating HTML reports

Generating XML reports

Primary HTML output is in prn1.html
Primary XML output is in prn1.xml
Database dump is in prn1.db

diff prn1.db prn1.dbref
diff prn1.html prn1.htmlref
diff prn1.xml prn1.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn2.db --html_outfile=prn2.html --xml_outfile=prn2.xml  prn2.cc
prn2.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn2.cc as C/C++ (c++.ansi)
+++ Function: alfPrintSpaces(int,FILE *), Module: anonymous, Start: 15, End: 22

Generating HTML reports

Generating XML reports

Primary HTML output is in prn2.html
Primary XML output is in prn2.xml
Database dump is in prn2.db

diff prn2.db prn2.dbref
diff prn2.html prn2.htmlref
diff prn2.xml prn2.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn3.db --html_outfile=prn3.html --xml_outfile=prn3.xml  prn3.cc
prn3.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn3.cc as C/C++ (c++.ansi)
+++ Function: InlFunc(), Module: InlFunc, Start: 50, End: 51
+++ Function: ~InlFunc(), Module: InlFunc, Start: 51, End: 52
+++ Function: getFunc(), Module: InlFunc, Start: 52, End: 53
+++ Module: InlFunc, Start: 47, End: 66
+++ Function: getInt(), Module: anonymous, Start: 76, End: 77
+++ Module: FP, Start: 77, End: 93
+++ Module: A, Start: 93, End: 115
+++ Function: Hugo_2(), Module: Hugo_2, Start: 137, End: 138
+++ Function: ~Hugo_2(), Module: Hugo_2, Start: 138, End: 139
+++ Module: Hugo_2, Start: 134, End: 156
+++ Function: Hugo(), Module: Hugo, Start: 159, End: 160
+++ Function: ~Hugo(), Module: Hugo, Start: 160, End: 161
+++ Module: Hugo, Start: 156, End: 168

Generating HTML reports

Generating XML reports

Primary HTML output is in prn3.html
Primary XML output is in prn3.xml
Database dump is in prn3.db

diff prn3.db prn3.dbref
diff prn3.html prn3.htmlref
diff prn3.xml prn3.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn4.db --html_outfile=prn4.html --xml_outfile=prn4.xml  prn4.cc
prn4.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn4.cc as C/C++ (c++.ansi)
+++ Function: someFunction(const string &), Module: MyClass, Start: 9, End: 14

Generating HTML reports

Generating XML reports

Primary HTML output is in prn4.html
Primary XML output is in prn4.xml
Database dump is in prn4.db

diff prn4.db prn4.dbref
diff prn4.html prn4.htmlref
diff prn4.xml prn4.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn5.db --html_outfile=prn5.html --xml_outfile=prn5.xml  prn5.cc
prn5.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn5.cc as C/C++ (c++.ansi)
+++ Function: someFunction(char), Module: MyClass, Start: 6, End: 10

Generating HTML reports

Generating XML reports

Primary HTML output is in prn5.html
Primary XML output is in prn5.xml
Database dump is in prn5.db

diff prn5.db prn5.dbref
diff prn5.html prn5.htmlref
diff prn5.xml prn5.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn6.db --html_outfile=prn6.html --xml_outfile=prn6.xml  prn6.cc
prn6.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn6.cc as C/C++ (c++.ansi)

Generating HTML reports

Generating XML reports

Primary HTML output is in prn6.html
Primary XML output is in prn6.xml
Database dump is in prn6.db

diff prn6.db prn6.dbref
diff prn6.html prn6.htmlref
diff prn6.xml prn6.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn7.db --html_outfile=prn7.html --xml_outfile=prn7.xml  prn7.c
prn7.c
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn7.c as C/C++ (c.ansi)
+++ Function: main(), Module: anonymous, Start: 49, End: 55

Generating HTML reports

Generating XML reports

Primary HTML output is in prn7.html
Primary XML output is in prn7.xml
Database dump is in prn7.db

diff prn7.db prn7.dbref
diff prn7.html prn7.htmlref
diff prn7.xml prn7.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn8.db --html_outfile=prn8.html --xml_outfile=prn8.xml  prn8.java
prn8.java
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn8.java as Java
+++ Function: handleError(int), Module: EwoisErrorHandler, Start: 7, End: 22
+++ Module: EwoisErrorHandler, Start: 5, End: 25

Generating HTML reports

Generating XML reports

Primary HTML output is in prn8.html
Primary XML output is in prn8.xml
Database dump is in prn8.db

diff prn8.db prn8.dbref
diff prn8.html prn8.htmlref
diff prn8.xml prn8.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn9.db --html_outfile=prn9.html --xml_outfile=prn9.xml  prn9.cc
prn9.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn9.cc as C/C++ (c++.ansi)
+++ Module: A, Start: 7, End: 11
+++ Module: B, Start: 11, End: 15
+++ Module: C, Start: 15, End: 22

Generating HTML reports

Generating XML reports

Primary HTML output is in prn9.html
Primary XML output is in prn9.xml
Database dump is in prn9.db

diff prn9.db prn9.dbref
diff prn9.html prn9.htmlref
diff prn9.xml prn9.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn10.db --html_outfile=prn10.html --xml_outfile=prn10.xml  prn10.cc
prn10.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn10.cc as C/C++ (c++.ansi)
+++ Module: A, Start: 10, End: 18

Generating HTML reports

Generating XML reports

Primary HTML output is in prn10.html
Primary XML output is in prn10.xml
Database dump is in prn10.db

diff prn10.db prn10.dbref
diff prn10.html prn10.htmlref
diff prn10.xml prn10.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn11.db --html_outfile=prn11.html --xml_outfile=prn11.xml  prn11.cc
prn11.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn11.cc as C/C++ (c++.ansi)
+++ Function: b(void), Module: anonymous, Start: 10, End: 11
+++ Function: b(void), Module: A, Start: 13, End: 18

Generating HTML reports

Generating XML reports

Primary HTML output is in prn11.html
Primary XML output is in prn11.xml
Database dump is in prn11.db

diff prn11.db prn11.dbref
diff prn11.html prn11.htmlref
diff prn11.xml prn11.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn12.db --html_outfile=prn12.html --xml_outfile=prn12.xml  prn12.cc
prn12.cc
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn12.cc as C/C++ (c++.ansi)
+++ Function: C(void), Module: C, Start: 9, End: 10
+++ Module: C, Start: 6, End: 15

Generating HTML reports

Generating XML reports

Primary HTML output is in prn12.html
Primary XML output is in prn12.xml
Database dump is in prn12.db

diff prn12.db prn12.dbref
diff prn12.html prn12.htmlref
diff prn12.xml prn12.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn13.db --html_outfile=prn13.html --xml_outfile=prn13.xml  prn13.java
prn13.java
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn13.java as Java
+++ Function: FadeAnim(), Module: FadeAnim, Start: 92, End: 102
+++ Function: setImages(int), Module: FadeAnim, Start: 102, End: 134
+++ Function: setStrings(int), Module: FadeAnim, Start: 134, End: 161
+++ Function: setShapes(int), Module: FadeAnim, Start: 161, End: 195
+++ Function: reset(int,int), Module: FadeAnim, Start: 195, End: 202
+++ Function: step(int,int), Module: FadeAnim, Start: 202, End: 209
+++ Function: render(int,int,Graphics2D), Module: FadeAnim, Start: 209, End: 236
+++ Function: main(String[]), Module: FadeAnim, Start: 236, End: 241
+++ Function: TextData(String,Font,Component), Module: TextData, Start: 247, End: 254
+++ Module: TextData, Start: 241, End: 257
+++ Function: ObjectData(Object,Paint), Module: ObjectData, Start: 268, End: 281
+++ Function: getRandomXY(int,int), Module: ObjectData, Start: 281, End: 297
+++ Function: reset(int,int), Module: ObjectData, Start: 297, End: 327
+++ Function: step(int,int), Module: ObjectData, Start: 327, End: 347
+++ Module: ObjectData, Start: 257, End: 350
+++ Function: DemoControls(FadeAnim), Module: DemoControls, Start: 356, End: 401
+++ Function: stateChanged(ChangeEvent), Module: DemoControls, Start: 401, End: 422
+++ Function: getPreferredSize(), Module: DemoControls, Start: 422, End: 427
+++ Function: run(), Module: DemoControls, Start: 427, End: 435
+++ Module: DemoControls, Start: 350, End: 436
+++ Module: FadeAnim, Start: 54, End: 437

Generating HTML reports

Generating XML reports

Primary HTML output is in prn13.html
Primary XML output is in prn13.xml
Database dump is in prn13.db

diff prn13.db prn13.dbref
diff prn13.html prn13.htmlref
diff prn13.xml prn13.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn14.db --html_outfile=prn14.html --xml_outfile=prn14.xml  prn14.java
prn14.java
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn14.java as Java
+++ Function: ImageOps(), Module: ImageOps, Start: 100, End: 121
+++ Function: thresholdOp(int,int), Module: ImageOps, Start: 121, End: 136
+++ Function: render(int,int,Graphics2D), Module: ImageOps, Start: 136, End: 145
+++ Function: stateChanged(ChangeEvent), Module: ImageOps, Start: 145, End: 171
+++ Function: main(String[]), Module: ImageOps, Start: 171, End: 176
+++ Function: DemoControls(ImageOps), Module: DemoControls, Start: 182, End: 201
+++ Function: actionPerformed(ActionEvent), Module: DemoControls, Start: 201, End: 225
+++ Function: getPreferredSize(), Module: DemoControls, Start: 225, End: 230
+++ Function: run(), Module: DemoControls, Start: 230, End: 254
+++ Module: DemoControls, Start: 176, End: 255
+++ Module: ImageOps, Start: 52, End: 256

Generating HTML reports

Generating XML reports

Primary HTML output is in prn14.html
Primary XML output is in prn14.xml
Database dump is in prn14.db

diff prn14.db prn14.dbref
diff prn14.html prn14.htmlref
diff prn14.xml prn14.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn15.db --html_outfile=prn15.html --xml_outfile=prn15.xml  prn15.java
prn15.java
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn15.java as Java
+++ Function: get_image(int), Module: Prn15, Start: 11, End: 75
+++ Module: Prn15, Start: 9, End: 77

Generating HTML reports

Generating XML reports

Primary HTML output is in prn15.html
Primary XML output is in prn15.xml
Database dump is in prn15.db

diff prn15.db prn15.dbref
diff prn15.html prn15.htmlref
diff prn15.xml prn15.xmlref
../cccc/cccc --report_mask=cspPrRojh --db_outfile=prn16.db --html_outfile=prn16.html --xml_outfile=prn16.xml  prn16.java
prn16.java
CCCC - a code counter for C and C++
===================================

A program to analyse C and C++ source code and report on
some simple software metrics
Version 3.1.5-alert
Copyright Tim Littlefair, 1995, 1996, 1997, 1998, 1999, 2000
with contributions from Bill McLean, Herman Hueni, Lynn Wilson 
Peter Bell, Thomas Hieber and Kenneth H. Cox.

The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS) 
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung,
Tom Moog and others.

CCCC comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.  See the file COPYING in the source
code distribution for details.
Parsing
Processing prn16.java as Java
+++ Function: ImageOps(), Module: ImageOps, Start: 37, End: 38
+++ Module: ImageOps, Start: 35, End: 41

Generating HTML reports

Generating XML reports

Primary HTML output is in prn16.html
Primary XML output is in prn16.xml
Database dump is in prn16.db

diff prn16.db prn16.dbref
diff prn16.html prn16.htmlref
diff prn16.xml prn16.xmlref
================
All tests passed
================
make: Leaving directory '/usr/src/RPM/BUILD/cccc-0.1/test'
+ cd ..
+ exit 0
Processing files: cccc-0.1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.52933
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd cccc-0.1
+ DOCDIR=/usr/src/tmp/cccc-buildroot/usr/share/doc/cccc-0.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/cccc-buildroot/usr/share/doc/cccc-0.1
+ /bin/mkdir -p /usr/src/tmp/cccc-buildroot/usr/share/doc/cccc-0.1
+ cp -prL changes.txt README.md 'cccc/CCCC User Guide.html' /usr/src/tmp/cccc-buildroot/usr/share/doc/cccc-0.1
+ chmod -R go-w /usr/src/tmp/cccc-buildroot/usr/share/doc/cccc-0.1
+ chmod -R a+rX /usr/src/tmp/cccc-buildroot/usr/share/doc/cccc-0.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L7slZr
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oMnFei
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(CXXABI_1.3.8)(64bit), libstdc++.so.6(CXXABI_1.3.9)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), libstdc++.so.6(GLIBCXX_3.4.11)(64bit), libstdc++.so.6(GLIBCXX_3.4.15)(64bit), libstdc++.so.6(GLIBCXX_3.4.20)(64bit), libstdc++.so.6(GLIBCXX_3.4.21)(64bit), libstdc++.so.6(GLIBCXX_3.4.9)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NJVNac
Creating cccc-debuginfo package
Processing files: cccc-debuginfo-0.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OQeSN9
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dGqz5a
find-requires: running scripts (debuginfo)
Requires: cccc = 0.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libstdc++.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/cccc-0.1-alt1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/cccc-debuginfo-0.1-alt1.x86_64.rpm
33.86user 2.15system 0:45.90elapsed 78%CPU (0avgtext+0avgdata 276224maxresident)k
0inputs+0outputs (0major+1032689minor)pagefaults 0swaps
38.33user 4.28system 0:53.90elapsed 79%CPU (0avgtext+0avgdata 276224maxresident)k
824inputs+0outputs (0major+1324064minor)pagefaults 0swaps
--- cccc-0.1-alt1.x86_64.rpm.repo	2017-01-12 14:38:19.000000000 +0000
+++ cccc-0.1-alt1.x86_64.rpm.hasher	2020-12-20 04:48:42.815058104 +0000
@@ -14,2 +14,4 @@
 Requires: libstdc++.so.6(CXXABI_1.3)(64bit)  
+Requires: libstdc++.so.6(CXXABI_1.3.8)(64bit)  
+Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit)  
 Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit)