databases/firebird25-client
Firebird-2 database client
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 2.5.9 | 620 | 4.0 | amd64 | IDPL IPL | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4064b | info | 2025-10-30 02:50:29.857925 | Test Started |
| m4064b | fail | 2025-10-30 02:59:32.205317 | make build returned non-zero: 1 |
| m4064b | fail | 2025-10-30 02:59:32.368391 | Test complete. |
Log
[1m===> Building for firebird25-client-2.5.9[0m
/usr/bin/make -C /magus/work/usr/mports/databases/firebird25-client/work/Firebird-2.5.9.27139-0/extern/btyacc
cc -c closure.c -o closure.o
cc -c error.c -o error.o
cc -c lalr.c -o lalr.o
cc -c lr0.c -o lr0.o
cc -c main.c -o main.o
cc -c mkpar.c -o mkpar.o
mkpar.c:182:2: warning: add explicit braces to avoid dangling else [-Wdangling-else]
182 | else
| ^
1 warning generated.
cc -c output.c -o output.o
cc -c mstring.c -o mstring.o
cc -c reader.c -o reader.o
cc -c readskel.c -o readskel.o
cc -c skeleton.c -o skeleton.o
cc -c symtab.c -o symtab.o
cc -c verbose.c -o verbose.o
cc -c warshall.c -o warshall.o
cc -o btyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o mstring.o reader.o readskel.o skeleton.o symtab.o verbose.o warshall.o
[ -f /magus/work/usr/mports/databases/firebird25-client/work/ipcs.pre.build ] || /usr/bin/ipcs -s | /usr/bin/tail -n +3 | /usr/bin/grep -F `/usr/bin/id -un` | /bin/cat > /magus/work/usr/mports/databases/firebird25-client/work/ipcs.pre.build
/usr/local/bin/gmake -C gen firebird_basic
gmake[1]: Entering directory '/magus/work/usr/mports/databases/firebird25-client/work/Firebird-2.5.9.27139-0/gen'
../src/misc/writeBuildNum.sh createMakeVersion ../gen/Make.Version
(cd ..; ./src/misc/writeBuildNum.sh rebuildHeader)
files are identical
/usr/local/bin/gmake boot_phase1_build
gmake[2]: Entering directory '/magus/work/usr/mports/databases/firebird25-client/work/Firebird-2.5.9.27139-0/gen'
/usr/local/bin/gmake -j1 -f ../gen/Makefile.boot.gpre gpre_boot
gmake[3]: Entering directory '/magus/work/usr/mports/databases/firebird25-client/work/Firebird-2.5.9.27139-0/gen'
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/dsc.cpp -o ../temp/boot/jrd/dsc.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/gds.cpp -o ../temp/boot/jrd/gds.o
In file included from ../src/jrd/gds.cpp:150:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/gds.cpp:2450:54: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2450 | for (clean_t** clean_ptr = &cleanup_handlers; clean = *clean_ptr; clean_ptr = &clean->clean_next)
| ~~~~~~^~~~~~~~~~~~
../src/jrd/gds.cpp:2450:54: note: place parentheses around the assignment to silence this warning
2450 | for (clean_t** clean_ptr = &cleanup_handlers; clean = *clean_ptr; clean_ptr = &clean->clean_next)
| ^
| ( )
../src/jrd/gds.cpp:2450:54: note: use '==' to turn this assignment into an equality comparison
2450 | for (clean_t** clean_ptr = &cleanup_handlers; clean = *clean_ptr; clean_ptr = &clean->clean_next)
| ^
| ==
In file included from ../src/jrd/gds.cpp:150:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
4 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/isc.cpp -o ../temp/boot/jrd/isc.o
In file included from ../src/jrd/isc.cpp:46:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/isc.cpp:46:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/cmd.cpp -o ../temp/boot/gpre/cmd.o
In file included from ../src/gpre/cmd.cpp:32:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
1 warning generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/cme.cpp -o ../temp/boot/gpre/cme.o
In file included from ../src/gpre/cme.cpp:33:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
../src/gpre/cme.cpp:171:10: warning: 66 enumeration values not handled in switch: 'nod_nothing', 'nod_and', 'nod_or'... [-Wswitch]
171 | switch (node->nod_type)
| ^~~~~~~~~~~~~~
../src/gpre/cme.cpp:463:10: warning: 78 enumeration values not handled in switch: 'nod_nothing', 'nod_field', 'nod_literal'... [-Wswitch]
463 | switch (node->nod_type)
| ^~~~~~~~~~~~~~
../src/gpre/cme.cpp:1173:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1173 | else if (procedure = context->ctx_procedure)
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/cme.cpp:1173:21: note: place parentheses around the assignment to silence this warning
1173 | else if (procedure = context->ctx_procedure)
| ^
| ( )
../src/gpre/cme.cpp:1173:21: note: use '==' to turn this assignment into an equality comparison
1173 | else if (procedure = context->ctx_procedure)
| ^
| ==
../src/gpre/cme.cpp:1236:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1236 | else if (sub_rse = selection->rse_aggregate)
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/cme.cpp:1236:19: note: place parentheses around the assignment to silence this warning
1236 | else if (sub_rse = selection->rse_aggregate)
| ^
| ( )
../src/gpre/cme.cpp:1236:19: note: use '==' to turn this assignment into an equality comparison
1236 | else if (sub_rse = selection->rse_aggregate)
| ^
| ==
../src/gpre/cme.cpp:1305:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1305 | if (temp = selection->rse_reduced)
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/cme.cpp:1305:11: note: place parentheses around the assignment to silence this warning
1305 | if (temp = selection->rse_reduced)
| ^
| ( )
../src/gpre/cme.cpp:1305:11: note: use '==' to turn this assignment into an equality comparison
1305 | if (temp = selection->rse_reduced)
| ^
| ==
../src/gpre/cme.cpp:1314:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1314 | if (temp = selection->rse_plan)
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../src/gpre/cme.cpp:1314:11: note: place parentheses around the assignment to silence this warning
1314 | if (temp = selection->rse_plan)
| ^
| ( )
../src/gpre/cme.cpp:1314:11: note: use '==' to turn this assignment into an equality comparison
1314 | if (temp = selection->rse_plan)
| ^
| ==
../src/gpre/cme.cpp:1779:11: warning: 86 enumeration values not handled in switch: 'nod_nothing', 'nod_field', 'nod_literal'... [-Wswitch]
1779 | switch (arg->nod_type)
| ^~~~~~~~~~~~~
../src/gpre/cme.cpp:2143:10: warning: 87 enumeration values not handled in switch: 'nod_nothing', 'nod_field', 'nod_literal'... [-Wswitch]
2143 | switch (node->nod_type)
| ^~~~~~~~~~~~~~
9 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/cmp.cpp -o ../temp/boot/gpre/cmp.o
In file included from ../src/gpre/cmp.cpp:34:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
../src/gpre/cmp.cpp:171:10: warning: 9 enumeration values not handled in switch: 'REQ_for', 'REQ_store', 'REQ_store2'... [-Wswitch]
171 | switch (request->req_type)
| ^~~~~~~~~~~~~~~~~
../src/gpre/cmp.cpp:263:11: warning: 90 enumeration values not handled in switch: 'ACT_any', 'ACT_alter_database', 'ACT_alter_domain'... [-Wswitch]
263 | switch (action->act_type)
| ^~~~~~~~~~~~~~~~
../src/gpre/cmp.cpp:914:11: warning: 96 enumeration values not handled in switch: 'ACT_any', 'ACT_alter_database', 'ACT_alter_domain'... [-Wswitch]
914 | switch (action->act_type)
| ^~~~~~~~~~~~~~~~
../src/gpre/cmp.cpp:978:12: warning: 96 enumeration values not handled in switch: 'ACT_any', 'ACT_alter_database', 'ACT_alter_domain'... [-Wswitch]
978 | switch (action->act_type)
| ^~~~~~~~~~~~~~~~
../src/gpre/cmp.cpp:1404:10: warning: 8 enumeration values not handled in switch: 'lang_undef', 'lang_pascal', 'lang_cobol'... [-Wswitch]
1404 | switch (gpreGlob.sw_language)
| ^~~~~~~~~~~~~~~~~~~~
../src/gpre/cmp.cpp:1769:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1769 | while (reference = alignments[i])
| ~~~~~~~~~~^~~~~~~~~~~~~~~
../src/gpre/cmp.cpp:1769:20: note: place parentheses around the assignment to silence this warning
1769 | while (reference = alignments[i])
| ^
| ( )
../src/gpre/cmp.cpp:1769:20: note: use '==' to turn this assignment into an equality comparison
1769 | while (reference = alignments[i])
| ^
| ==
7 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/c_cxx.cpp -o ../temp/boot/gpre/c_cxx.o
In file included from ../src/gpre/c_cxx.cpp:38:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
../src/gpre/c_cxx.cpp:178:10: warning: 33 enumeration values not handled in switch: 'ACT_any', 'ACT_at_end', 'ACT_b_declare'... [-Wswitch]
178 | switch (action->act_type)
| ^~~~~~~~~~~~~~~~
../src/gpre/c_cxx.cpp:662:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
662 | if (reference = reference->ref_null)
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../src/gpre/c_cxx.cpp:662:18: note: place parentheses around the assignment to silence this warning
662 | if (reference = reference->ref_null)
| ^
| ( )
../src/gpre/c_cxx.cpp:662:18: note: use '==' to turn this assignment into an equality comparison
662 | if (reference = reference->ref_null)
| ^
| ==
../src/gpre/c_cxx.cpp:691:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
691 | if (reference = reference->ref_null)
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../src/gpre/c_cxx.cpp:691:16: note: place parentheses around the assignment to silence this warning
691 | if (reference = reference->ref_null)
| ^
| ( )
../src/gpre/c_cxx.cpp:691:16: note: use '==' to turn this assignment into an equality comparison
691 | if (reference = reference->ref_null)
| ^
| ==
../src/gpre/c_cxx.cpp:1053:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1053 | if (args.pat_value1 = blob->blb_bpb_length)
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../src/gpre/c_cxx.cpp:1053:22: note: place parentheses around the assignment to silence this warning
1053 | if (args.pat_value1 = blob->blb_bpb_length)
| ^
| ( )
../src/gpre/c_cxx.cpp:1053:22: note: use '==' to turn this assignment into an equality comparison
1053 | if (args.pat_value1 = blob->blb_bpb_length)
| ^
| ==
5 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/exp.cpp -o ../temp/boot/gpre/exp.o
In file included from ../src/gpre/exp.cpp:35:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
../src/gpre/exp.cpp:352:10: warning: 376 enumeration values not handled in switch: 'KW_none', 'KW_start_actions', 'KW_ACTIVE'... [-Wswitch]
352 | switch (gpreGlob.token_global.tok_keyword)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/exp.cpp:1131:12: warning: 8 enumeration values not handled in switch: 'lang_undef', 'lang_pascal', 'lang_fortran'... [-Wswitch]
1131 | switch (gpreGlob.sw_language)
| ^~~~~~~~~~~~~~~~~~~~
../src/gpre/exp.cpp:1389:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1389 | if (field2 = lookup_field(next))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~
../src/gpre/exp.cpp:1389:15: note: place parentheses around the assignment to silence this warning
1389 | if (field2 = lookup_field(next))
| ^
| ( )
../src/gpre/exp.cpp:1389:15: note: use '==' to turn this assignment into an equality comparison
1389 | if (field2 = lookup_field(next))
| ^
| ==
4 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/gpre.cpp -o ../temp/boot/gpre/gpre.o
In file included from ../src/gpre/gpre.cpp:52:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
../src/gpre/gpre.cpp:384:54: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
384 | for (ext_tab = dml_ext_table; gpreGlob.sw_language = ext_tab->ext_language; ext_tab++)
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/gpre.cpp:384:54: note: place parentheses around the assignment to silence this warning
384 | for (ext_tab = dml_ext_table; gpreGlob.sw_language = ext_tab->ext_language; ext_tab++)
| ^
| ( )
../src/gpre/gpre.cpp:384:54: note: use '==' to turn this assignment into an equality comparison
384 | for (ext_tab = dml_ext_table; gpreGlob.sw_language = ext_tab->ext_language; ext_tab++)
| ^
| ==
../src/gpre/gpre.cpp:395:54: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
395 | for (ext_tab = dml_ext_table; gpreGlob.sw_language = ext_tab->ext_language; ext_tab++)
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/gpre.cpp:395:54: note: place parentheses around the assignment to silence this warning
395 | for (ext_tab = dml_ext_table; gpreGlob.sw_language = ext_tab->ext_language; ext_tab++)
| ^
| ( )
../src/gpre/gpre.cpp:395:54: note: use '==' to turn this assignment into an equality comparison
395 | for (ext_tab = dml_ext_table; gpreGlob.sw_language = ext_tab->ext_language; ext_tab++)
| ^
| ==
../src/gpre/gpre.cpp:786:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
786 | if (renamed = file_rename(spare_out_file_name, out_src_ext_tab->in, out_src_ext_tab->out))
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/gpre.cpp:786:16: note: place parentheses around the assignment to silence this warning
786 | if (renamed = file_rename(spare_out_file_name, out_src_ext_tab->in, out_src_ext_tab->out))
| ^
| ( )
../src/gpre/gpre.cpp:786:16: note: use '==' to turn this assignment into an equality comparison
786 | if (renamed = file_rename(spare_out_file_name, out_src_ext_tab->in, out_src_ext_tab->out))
| ^
| ==
../src/gpre/gpre.cpp:829:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
829 | while (end_position = compile_module(end_position, filename_array[3]))
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/gpre.cpp:829:23: note: place parentheses around the assignment to silence this warning
829 | while (end_position = compile_module(end_position, filename_array[3]))
| ^
| ( )
../src/gpre/gpre.cpp:829:23: note: use '==' to turn this assignment into an equality comparison
829 | while (end_position = compile_module(end_position, filename_array[3]))
| ^
| ==
../src/gpre/gpre.cpp:1432:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1432 | while (*terminator++ = *extension++)
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~
../src/gpre/gpre.cpp:1432:24: note: place parentheses around the assignment to silence this warning
1432 | while (*terminator++ = *extension++)
| ^
| ( )
../src/gpre/gpre.cpp:1432:24: note: use '==' to turn this assignment into an equality comparison
1432 | while (*terminator++ = *extension++)
| ^
| ==
../src/gpre/gpre.cpp:1448:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1448 | while (*ext++ = *new_extension++)
| ~~~~~~~^~~~~~~~~~~~~~~~~~
../src/gpre/gpre.cpp:1448:19: note: place parentheses around the assignment to silence this warning
1448 | while (*ext++ = *new_extension++)
| ^
| ( )
../src/gpre/gpre.cpp:1448:19: note: use '==' to turn this assignment into an equality comparison
1448 | while (*ext++ = *new_extension++)
| ^
| ==
../src/gpre/gpre.cpp:1456:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1456 | while (*terminator++ = *extension++)
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~
../src/gpre/gpre.cpp:1456:23: note: place parentheses around the assignment to silence this warning
1456 | while (*terminator++ = *extension++)
| ^
| ( )
../src/gpre/gpre.cpp:1456:23: note: use '==' to turn this assignment into an equality comparison
1456 | while (*terminator++ = *extension++)
| ^
| ==
../src/gpre/gpre.cpp:1675:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1675 | q = in_sw_table_iterator->in_sw_name;
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/gpre.cpp:1675:9: note: place parentheses around the assignment to silence this warning
1675 | q = in_sw_table_iterator->in_sw_name;
| ^
| ( )
../src/gpre/gpre.cpp:1675:9: note: use '==' to turn this assignment into an equality comparison
1675 | q = in_sw_table_iterator->in_sw_name;
| ^
| ==
../src/gpre/gpre.cpp:2408:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2408 | if (action = action->act_rest)
| ~~~~~~~^~~~~~~~~~~~~~~~~~
../src/gpre/gpre.cpp:2408:17: note: place parentheses around the assignment to silence this warning
2408 | if (action = action->act_rest)
| ^
| ( )
../src/gpre/gpre.cpp:2408:17: note: use '==' to turn this assignment into an equality comparison
2408 | if (action = action->act_rest)
| ^
| ==
10 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/hsh.cpp -o ../temp/boot/gpre/hsh.o
In file included from ../src/gpre/hsh.cpp:31:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
../src/gpre/hsh.cpp:237:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
237 | while (c = *string++)
| ~~^~~~~~~~~~~
../src/gpre/hsh.cpp:237:11: note: place parentheses around the assignment to silence this warning
237 | while (c = *string++)
| ^
| ( )
../src/gpre/hsh.cpp:237:11: note: use '==' to turn this assignment into an equality comparison
237 | while (c = *string++)
| ^
| ==
../src/gpre/hsh.cpp:263:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
263 | while (c1 = *string1++)
| ~~~^~~~~~~~~~~~
../src/gpre/hsh.cpp:263:12: note: place parentheses around the assignment to silence this warning
263 | while (c1 = *string1++)
| ^
| ( )
../src/gpre/hsh.cpp:263:12: note: use '==' to turn this assignment into an equality comparison
263 | while (c1 = *string1++)
| ^
| ==
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/int_cxx.cpp -o ../temp/boot/gpre/int_cxx.o
In file included from ../src/gpre/int_cxx.cpp:35:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
../src/gpre/int_cxx.cpp:97:10: warning: 93 enumeration values not handled in switch: 'ACT_any', 'ACT_alter_database', 'ACT_alter_domain'... [-Wswitch]
97 | switch (action->act_type)
| ^~~~~~~~~~~~~~~~
2 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/jrdmet.cpp -o ../temp/boot/gpre/jrdmet.o
In file included from ../src/gpre/jrdmet.cpp:35:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
1 warning generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/movg.cpp -o ../temp/boot/gpre/movg.o
In file included from ../src/gpre/movg.cpp:39:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
1 warning generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/msc.cpp -o ../temp/boot/gpre/msc.o
In file included from ../src/gpre/msc.cpp:47:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
../src/gpre/msc.cpp:267:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
267 | while (stuff = space)
| ~~~~~~^~~~~~~
../src/gpre/msc.cpp:267:15: note: place parentheses around the assignment to silence this warning
267 | while (stuff = space)
| ^
| ( )
../src/gpre/msc.cpp:267:15: note: use '==' to turn this assignment into an equality comparison
267 | while (stuff = space)
| ^
| ==
2 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/par.cpp -o ../temp/boot/gpre/par.o
In file included from ../src/gpre/par.cpp:49:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
1 warning generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/pat.cpp -o ../temp/boot/gpre/pat.o
In file included from ../src/gpre/pat.cpp:32:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
../src/gpre/pat.cpp:166:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
166 | while (c = *pattern++)
| ~~^~~~~~~~~~~~
../src/gpre/pat.cpp:166:11: note: place parentheses around the assignment to silence this warning
166 | while (c = *pattern++)
| ^
| ( )
../src/gpre/pat.cpp:166:11: note: use '==' to turn this assignment into an equality comparison
166 | while (c = *pattern++)
| ^
| ==
2 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/sqe.cpp -o ../temp/boot/gpre/sqe.o
In file included from ../src/gpre/sqe.cpp:44:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
../src/gpre/sqe.cpp:641:28: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
641 | if (reference->ref_field = MET_context_field(context, gpreGlob.token_global.tok_string))
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/sqe.cpp:641:28: note: place parentheses around the assignment to silence this warning
641 | if (reference->ref_field = MET_context_field(context, gpreGlob.token_global.tok_string))
| ^
| ( )
../src/gpre/sqe.cpp:641:28: note: use '==' to turn this assignment into an equality comparison
641 | if (reference->ref_field = MET_context_field(context, gpreGlob.token_global.tok_string))
| ^
| ==
../src/gpre/sqe.cpp:1047:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1047 | if (field = resolve(node, selection->rse_context[i], &context, &slice_action))
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/sqe.cpp:1047:14: note: place parentheses around the assignment to silence this warning
1047 | if (field = resolve(node, selection->rse_context[i], &context, &slice_action))
| ^
| ( )
../src/gpre/sqe.cpp:1047:14: note: use '==' to turn this assignment into an equality comparison
1047 | if (field = resolve(node, selection->rse_context[i], &context, &slice_action))
| ^
| ==
../src/gpre/sqe.cpp:1446:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1446 | if (field = get_ref(*ptr))
| ~~~~~~^~~~~~~~~~~~~~~
../src/gpre/sqe.cpp:1446:15: note: place parentheses around the assignment to silence this warning
1446 | if (field = get_ref(*ptr))
| ^
| ( )
../src/gpre/sqe.cpp:1446:15: note: use '==' to turn this assignment into an equality comparison
1446 | if (field = get_ref(*ptr))
| ^
| ==
../src/gpre/sqe.cpp:1454:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1454 | if (field = get_ref(expr->nod_arg[1]))
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/sqe.cpp:1454:13: note: place parentheses around the assignment to silence this warning
1454 | if (field = get_ref(expr->nod_arg[1]))
| ^
| ( )
../src/gpre/sqe.cpp:1454:13: note: use '==' to turn this assignment into an equality comparison
1454 | if (field = get_ref(expr->nod_arg[1]))
| ^
| ==
../src/gpre/sqe.cpp:1418:10: warning: 72 enumeration values not handled in switch: 'nod_nothing', 'nod_literal', 'nod_value'... [-Wswitch]
1418 | switch (expr->nod_type)
| ^~~~~~~~~~~~~~
../src/gpre/sqe.cpp:1730:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1730 | if (relation = par_base_table(request, context->ctx_relation, (const TEXT*) *arg))
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/sqe.cpp:1730:17: note: place parentheses around the assignment to silence this warning
1730 | if (relation = par_base_table(request, context->ctx_relation, (const TEXT*) *arg))
| ^
| ( )
../src/gpre/sqe.cpp:1730:17: note: use '==' to turn this assignment into an equality comparison
1730 | if (relation = par_base_table(request, context->ctx_relation, (const TEXT*) *arg))
| ^
| ==
../src/gpre/sqe.cpp:2392:10: warning: 375 enumeration values not handled in switch: 'KW_none', 'KW_start_actions', 'KW_ACTIVE'... [-Wswitch]
2392 | switch (token.tok_keyword)
| ^~~~~~~~~~~~~~~~~
../src/gpre/sqe.cpp:2876:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2876 | if (context = par_joined_relation(request))
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/sqe.cpp:2876:15: note: place parentheses around the assignment to silence this warning
2876 | if (context = par_joined_relation(request))
| ^
| ( )
../src/gpre/sqe.cpp:2876:15: note: use '==' to turn this assignment into an equality comparison
2876 | if (context = par_joined_relation(request))
| ^
| ==
../src/gpre/sqe.cpp:3021:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
3021 | if (select->rse_into = into_list)
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../src/gpre/sqe.cpp:3021:23: note: place parentheses around the assignment to silence this warning
3021 | if (select->rse_into = into_list)
| ^
| ( )
../src/gpre/sqe.cpp:3021:23: note: use '==' to turn this assignment into an equality comparison
3021 | if (select->rse_into = into_list)
| ^
| ==
../src/gpre/sqe.cpp:3215:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
3215 | else
| ^
../src/gpre/sqe.cpp:3504:10: warning: 69 enumeration values not handled in switch: 'nod_nothing', 'nod_literal', 'nod_value'... [-Wswitch]
3504 | switch (node->nod_type)
| ^~~~~~~~~~~~~~
../src/gpre/sqe.cpp:3687:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
3687 | if (field = resolve(node, rs_stream->rse_context[i], found_context, slice_action))
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/sqe.cpp:3687:14: note: place parentheses around the assignment to silence this warning
3687 | if (field = resolve(node, rs_stream->rse_context[i], found_context, slice_action))
| ^
| ( )
../src/gpre/sqe.cpp:3687:14: note: use '==' to turn this assignment into an equality comparison
3687 | if (field = resolve(node, rs_stream->rse_context[i], found_context, slice_action))
| ^
| ==
../src/gpre/sqe.cpp:3749:11: warning: 18 enumeration values not handled in switch: 'SYM_keyword', 'SYM_database', 'SYM_field'... [-Wswitch]
3749 | switch (symbol->sym_type)
| ^~~~~~~~~~~~~~~~
../src/gpre/sqe.cpp:3820:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
3820 | if (context = resolve_asterisk(q_token, rs_stream))
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/sqe.cpp:3820:16: note: place parentheses around the assignment to silence this warning
3820 | if (context = resolve_asterisk(q_token, rs_stream))
| ^
| ( )
../src/gpre/sqe.cpp:3820:16: note: use '==' to turn this assignment into an equality comparison
3820 | if (context = resolve_asterisk(q_token, rs_stream))
| ^
| ==
../src/gpre/sqe.cpp:3858:10: warning: 73 enumeration values not handled in switch: 'nod_nothing', 'nod_field', 'nod_literal'... [-Wswitch]
3858 | switch (expr->nod_type)
| ^~~~~~~~~~~~~~
../src/gpre/sqe.cpp:3957:10: warning: 83 enumeration values not handled in switch: 'nod_nothing', 'nod_field', 'nod_literal'... [-Wswitch]
3957 | switch (fields->nod_type)
| ^~~~~~~~~~~~~~~~
../src/gpre/sqe.cpp:3982:11: warning: 67 enumeration values not handled in switch: 'nod_nothing', 'nod_literal', 'nod_value'... [-Wswitch]
3982 | switch ((*ptr)->nod_type)
| ^~~~~~~~~~~~~~~~
18 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/sql.cpp -o ../temp/boot/gpre/sql.o
In file included from ../src/gpre/sql.cpp:33:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
../src/gpre/sql.cpp:214:10: warning: 349 enumeration values not handled in switch: 'KW_none', 'KW_start_actions', 'KW_ACTIVE'... [-Wswitch]
214 | switch (keyword)
| ^~~~~~~
../src/gpre/sql.cpp:2267:10: warning: 377 enumeration values not handled in switch: 'KW_none', 'KW_start_actions', 'KW_ACTIVE'... [-Wswitch]
2267 | switch (gpreGlob.token_global.tok_keyword)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/sql.cpp:3989:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
3989 | else
| ^
../src/gpre/sql.cpp:3998:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
3998 | else
| ^
../src/gpre/sql.cpp:4018:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
4018 | else
| ^
../src/gpre/sql.cpp:4178:29: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
4178 | if (reference->ref_field = field)
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
../src/gpre/sql.cpp:4178:29: note: place parentheses around the assignment to silence this warning
4178 | if (reference->ref_field = field)
| ^
| ( )
../src/gpre/sql.cpp:4178:29: note: use '==' to turn this assignment into an equality comparison
4178 | if (reference->ref_field = field)
| ^
| ==
../src/gpre/sql.cpp:5720:10: warning: 85 enumeration values not handled in switch: 'nod_nothing', 'nod_and', 'nod_or'... [-Wswitch]
5720 | switch (expr->nod_type)
| ^~~~~~~~~~~~~~
../src/gpre/sql.cpp:5958:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
5958 | if (symbol = MSC_find_symbol(gpreGlob.token_global.tok_symbol, SYM_dyn_cursor))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gpre/sql.cpp:5958:13: note: place parentheses around the assignment to silence this warning
5958 | if (symbol = MSC_find_symbol(gpreGlob.token_global.tok_symbol, SYM_dyn_cursor))
| ^
| ( )
../src/gpre/sql.cpp:5958:13: note: use '==' to turn this assignment into an equality comparison
5958 | if (symbol = MSC_find_symbol(gpreGlob.token_global.tok_symbol, SYM_dyn_cursor))
| ^
| ==
9 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/pretty.cpp -o ../temp/boot/gpre/pretty.o
../src/gpre/pretty.cpp:159:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
159 | while (parameter = BLR_BYTE)
| ~~~~~~~~~~^~~~~~~~~~
../src/gpre/pretty.cpp:159:19: note: place parentheses around the assignment to silence this warning
159 | while (parameter = BLR_BYTE)
| ^
| ( )
../src/gpre/pretty.cpp:159:19: note: use '==' to turn this assignment into an equality comparison
159 | while (parameter = BLR_BYTE)
| ^
| ==
../src/gpre/pretty.cpp:488:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
488 | while (c = *line++)
| ~~^~~~~~~~~
../src/gpre/pretty.cpp:488:11: note: place parentheses around the assignment to silence this warning
488 | while (c = *line++)
| ^
| ( )
../src/gpre/pretty.cpp:488:11: note: use '==' to turn this assignment into an equality comparison
488 | while (c = *line++)
| ^
| ==
../src/gpre/pretty.cpp:619:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
619 | if (length = print_word(control))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../src/gpre/pretty.cpp:619:14: note: place parentheses around the assignment to silence this warning
619 | if (length = print_word(control))
| ^
| ( )
../src/gpre/pretty.cpp:619:14: note: use '==' to turn this assignment into an equality comparison
619 | if (length = print_word(control))
| ^
| ==
../src/gpre/pretty.cpp:653:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
653 | if (length = print_word(control))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../src/gpre/pretty.cpp:653:13: note: place parentheses around the assignment to silence this warning
653 | if (length = print_word(control))
| ^
| ( )
../src/gpre/pretty.cpp:653:13: note: use '==' to turn this assignment into an equality comparison
653 | if (length = print_word(control))
| ^
| ==
4 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/gpre/gpre_meta_boot.cpp -o ../temp/boot/gpre/gpre_meta_boot.o
In file included from ../src/gpre/gpre_meta_boot.cpp:34:
../src/gpre/../gpre/gpre.h:1254:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1254 | while (c = *string++) {
| ~~^~~~~~~~~~~
../src/gpre/../gpre/gpre.h:1254:12: note: place parentheses around the assignment to silence this warning
1254 | while (c = *string++) {
| ^
| ( )
../src/gpre/../gpre/gpre.h:1254:12: note: use '==' to turn this assignment into an equality comparison
1254 | while (c = *string++) {
| ^
| ==
1 warning generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/os/posix/config_root.cpp -o ../temp/boot/jrd/config_root.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/os/posix/path_utils.cpp -o ../temp/boot/jrd/path_utils.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/os/posix/mod_loader.cpp -o ../temp/boot/jrd/mod_loader.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/os/posix/guid.cpp -o ../temp/boot/jrd/guid.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/os/posix/os_utils.cpp -o ../temp/boot/jrd/os_utils.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/dllinst.cpp -o ../temp/boot/common/dllinst.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/fb_exception.cpp -o ../temp/boot/common/fb_exception.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/thd.cpp -o ../temp/boot/common/thd.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/MetaName.cpp -o ../temp/boot/common/classes/MetaName.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/StatusHolder.cpp -o ../temp/boot/common/StatusHolder.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/init.cpp -o ../temp/boot/common/classes/init.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/StatusArg.cpp -o ../temp/boot/common/StatusArg.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/os/posix/fbsyslog.cpp -o ../temp/boot/jrd/fbsyslog.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/utils.cpp -o ../temp/boot/common/utils.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/config/config.cpp -o ../temp/boot/common/config/config.o
../src/common/config/config.cpp:209:11: warning: enumeration values 'TYPE_BOOLEAN' and 'TYPE_INTEGER' not handled in switch [-Wswitch]
209 | switch (entries[i].data_type)
| ^~~~~~~~~~~~~~~~~~~~
1 warning generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/config/config_file.cpp -o ../temp/boot/common/config/config_file.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/config/dir_list.cpp -o ../temp/boot/common/config/dir_list.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/alloc.cpp -o ../temp/boot/common/classes/alloc.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/locks.cpp -o ../temp/boot/common/classes/locks.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/semaphore.cpp -o ../temp/boot/common/classes/semaphore.o
In file included from ../src/common/classes/semaphore.cpp:37:
/usr/include/sys/timeb.h:43:2: warning: "this file includes which is deprecated" [-W#warnings]
43 | #warning "this file includes which is deprecated"
| ^
1 warning generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/fb_string.cpp -o ../temp/boot/common/classes/fb_string.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/timestamp.cpp -o ../temp/boot/common/classes/timestamp.o
In file included from ../src/common/classes/timestamp.cpp:35:
/usr/include/sys/timeb.h:43:2: warning: "this file includes which is deprecated" [-W#warnings]
43 | #warning "this file includes which is deprecated"
| ^
1 warning generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/PublicHandle.cpp -o ../temp/boot/common/classes/PublicHandle.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/TempFile.cpp -o ../temp/boot/common/classes/TempFile.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/SafeArg.cpp -o ../temp/boot/common/classes/SafeArg.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/MsgPrint.cpp -o ../temp/boot/common/classes/MsgPrint.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/classes/BaseStream.cpp -o ../temp/boot/common/classes/BaseStream.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/common/cvt.cpp -o ../temp/boot/common/cvt.o
c++ -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -fstack-protector-strong -D_THREAD_SAFE -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/libexec/firebird/intl -Wl,-rpath,../gen/firebird/lib ../temp/boot/jrd/dsc.o ../temp/boot/jrd/gds.o ../temp/boot/jrd/isc.o ../temp/boot/gpre/cmd.o ../temp/boot/gpre/cme.o ../temp/boot/gpre/cmp.o ../temp/boot/gpre/c_cxx.o ../temp/boot/gpre/exp.o ../temp/boot/gpre/gpre.o ../temp/boot/gpre/hsh.o ../temp/boot/gpre/int_cxx.o ../temp/boot/gpre/jrdmet.o ../temp/boot/gpre/movg.o ../temp/boot/gpre/msc.o ../temp/boot/gpre/par.o ../temp/boot/gpre/pat.o ../temp/boot/gpre/sqe.o ../temp/boot/gpre/sql.o ../temp/boot/gpre/pretty.o ../temp/boot/gpre/gpre_meta_boot.o ../temp/boot/jrd/config_root.o ../temp/boot/jrd/path_utils.o ../temp/boot/jrd/mod_loader.o ../temp/boot/jrd/guid.o ../temp/boot/jrd/os_utils.o ../temp/boot/common/dllinst.o ../temp/boot/common/fb_exception.o ../temp/boot/common/thd.o ../temp/boot/common/classes/MetaName.o ../temp/boot/common/StatusHolder.o ../temp/boot/common/classes/init.o ../temp/boot/common/StatusArg.o ../temp/boot/jrd/fbsyslog.o ../temp/boot/common/utils.o ../temp/boot/common/config/config.o ../temp/boot/common/config/config_file.o ../temp/boot/common/config/dir_list.o ../temp/boot/common/classes/alloc.o ../temp/boot/common/classes/locks.o ../temp/boot/common/classes/semaphore.o ../temp/boot/common/classes/fb_string.o ../temp/boot/common/classes/timestamp.o ../temp/boot/common/classes/PublicHandle.o ../temp/boot/common/classes/TempFile.o ../temp/boot/common/classes/SafeArg.o ../temp/boot/common/classes/MsgPrint.o ../temp/boot/common/classes/BaseStream.o ../temp/boot/common/cvt.o -o ../gen/firebird/bin/gpre_boot -L../gen/firebird/lib -lm -L/usr/local/lib -lpthread -lcurses
rm -f ../gen/firebird/bin/gpre_current
(cd ../gen/firebird/bin; ln -s gpre_boot gpre_current)
gmake[3]: Leaving directory '/magus/work/usr/mports/databases/firebird25-client/work/Firebird-2.5.9.27139-0/gen'
/usr/local/bin/gmake -j1 -f ../gen/Makefile.libfbstatic libfbstatic
gmake[3]: Entering directory '/magus/work/usr/mports/databases/firebird25-client/work/Firebird-2.5.9.27139-0/gen'
../extern/btyacc/btyacc -l -d -S ../src/dsql/btyacc_fb.ske ../src/dsql/parse.y
../extern/btyacc/btyacc: 11 shift/reduce conflicts, 5 reduce/reduce conflicts.
YYTABLESIZE: 71249
mv -f ../gen/y_tab.c ../src/dsql/parse.cpp
mv -f ../gen/y_tab.h ../src/dsql/dsql.tab.h
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/alt.cpp -o ../temp/boot/jrd/alt.o
../src/jrd/alt.cpp:79:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
79 | va_start(ptr, count);
| ^
../src/jrd/alt.cpp:61:19: note: parameter of type 'USHORT' (aka 'unsigned short') is declared here
61 | USHORT count, ...)
| ^
../src/jrd/alt.cpp:117:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
117 | va_start(ptr, count);
| ^
../src/jrd/alt.cpp:61:19: note: parameter of type 'USHORT' (aka 'unsigned short') is declared here
61 | USHORT count, ...)
| ^
../src/jrd/alt.cpp:274:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
274 | va_start(ptr, count);
| ^
../src/jrd/alt.cpp:246:22: note: parameter of type 'SSHORT' (aka 'short') is declared here
246 | SSHORT count, ...)
| ^
../src/jrd/alt.cpp:600:9: warning: 'isc_ddl' is deprecated [-Wdeprecated-declarations]
600 | return isc_ddl(status_vector, db_handle, tra_handle, ddl_length, ddl);
| ^
../src/jrd/../jrd/ibase.h:707:12: note: 'isc_ddl' has been explicitly marked deprecated here
707 | ISC_STATUS FB_API_DEPRECATED ISC_EXPORT isc_ddl(ISC_STATUS*,
| ^
../src/jrd/../jrd/ibase.h:62:42: note: expanded from macro 'FB_API_DEPRECATED'
62 | #define FB_API_DEPRECATED __attribute__((__deprecated__))
| ^
4 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/db_alias.cpp -o ../temp/boot/jrd/db_alias.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/enc.cpp -o ../temp/boot/jrd/enc.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/isc_file.cpp -o ../temp/boot/jrd/isc_file.o
In file included from ../src/jrd/isc_file.cpp:51:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/isc_file.cpp:51:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/os/posix/isc_ipc.cpp -o ../temp/boot/jrd/isc_ipc.o
../src/jrd/os/posix/isc_ipc.cpp:252:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
252 | for (ptr = &signals; sig = *ptr;) {
| ~~~~^~~~~~
../src/jrd/os/posix/isc_ipc.cpp:252:27: note: place parentheses around the assignment to silence this warning
252 | for (ptr = &signals; sig = *ptr;) {
| ^
| ( )
../src/jrd/os/posix/isc_ipc.cpp:252:27: note: use '==' to turn this assignment into an equality comparison
252 | for (ptr = &signals; sig = *ptr;) {
| ^
| ==
1 warning generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/perf.cpp -o ../temp/boot/jrd/perf.o
In file included from ../src/jrd/perf.cpp:50:
/usr/include/sys/timeb.h:43:2: warning: "this file includes which is deprecated" [-W#warnings]
43 | #warning "this file includes which is deprecated"
| ^
1 warning generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/sdl.cpp -o ../temp/boot/jrd/sdl.o
In file included from ../src/jrd/sdl.cpp:27:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/sdl.cpp:27:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/status.cpp -o ../temp/boot/jrd/status.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/ThreadData.cpp -o ../temp/boot/jrd/ThreadData.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/ThreadStart.cpp -o ../temp/boot/jrd/ThreadStart.o
../src/jrd/ThreadStart.cpp:171:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
171 | if (state = pthread_create(&thread, NULL, THREAD_ENTRYPOINT, THREAD_ARG))
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/ThreadStart.cpp:171:12: note: place parentheses around the assignment to silence this warning
171 | if (state = pthread_create(&thread, NULL, THREAD_ENTRYPOINT, THREAD_ARG))
| ^
| ( )
../src/jrd/ThreadStart.cpp:171:12: note: use '==' to turn this assignment into an equality comparison
171 | if (state = pthread_create(&thread, NULL, THREAD_ENTRYPOINT, THREAD_ARG))
| ^
| ==
../src/jrd/ThreadStart.cpp:175:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
175 | if (state = pthread_detach(thread))
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/ThreadStart.cpp:175:13: note: place parentheses around the assignment to silence this warning
175 | if (state = pthread_detach(thread))
| ^
| ( )
../src/jrd/ThreadStart.cpp:175:13: note: use '==' to turn this assignment into an equality comparison
175 | if (state = pthread_detach(thread))
| ^
| ==
2 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/utl.cpp -o ../temp/boot/jrd/utl.o
../src/jrd/utl.cpp:343:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
343 | while (type = va_arg(args, int))
| ~~~~~^~~~~~~~~~~~~~~~~~~
../src/jrd/utl.cpp:343:14: note: place parentheses around the assignment to silence this warning
343 | while (type = va_arg(args, int))
| ^
| ( )
../src/jrd/utl.cpp:343:14: note: use '==' to turn this assignment into an equality comparison
343 | while (type = va_arg(args, int))
| ^
| ==
../src/jrd/utl.cpp:414:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
414 | while (type = va_arg(args, int))
| ~~~~~^~~~~~~~~~~~~~~~~~~
../src/jrd/utl.cpp:414:14: note: place parentheses around the assignment to silence this warning
414 | while (type = va_arg(args, int))
| ^
| ( )
../src/jrd/utl.cpp:414:14: note: use '==' to turn this assignment into an equality comparison
414 | while (type = va_arg(args, int))
| ^
| ==
../src/jrd/utl.cpp:642:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
642 | va_start(ptr, count);
| ^
../src/jrd/utl.cpp:619:88: note: parameter of type 'USHORT' (aka 'unsigned short') is declared here
619 | SLONG API_ROUTINE gds__event_block(UCHAR** event_buffer, UCHAR** result_buffer, USHORT count, ...)
| ^
../src/jrd/utl.cpp:681:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
681 | va_start(ptr, count);
| ^
../src/jrd/utl.cpp:619:88: note: parameter of type 'USHORT' (aka 'unsigned short') is declared here
619 | SLONG API_ROUTINE gds__event_block(UCHAR** event_buffer, UCHAR** result_buffer, USHORT count, ...)
| ^
../src/jrd/utl.cpp:1897:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1897 | if (type = gds__edit(tmpf.c_str(), type))
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/utl.cpp:1897:11: note: place parentheses around the assignment to silence this warning
1897 | if (type = gds__edit(tmpf.c_str(), type))
| ^
| ( )
../src/jrd/utl.cpp:1897:11: note: use '==' to turn this assignment into an equality comparison
1897 | if (type = gds__edit(tmpf.c_str(), type))
| ^
| ==
../src/jrd/utl.cpp:2021:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2021 | while (type = va_arg(args, int))
| ~~~~~^~~~~~~~~~~~~~~~~~~
../src/jrd/utl.cpp:2021:14: note: place parentheses around the assignment to silence this warning
2021 | while (type = va_arg(args, int))
| ^
| ( )
../src/jrd/utl.cpp:2021:14: note: use '==' to turn this assignment into an equality comparison
2021 | while (type = va_arg(args, int))
| ^
| ==
../src/jrd/utl.cpp:2090:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2090 | while (type = va_arg(args, int))
| ~~~~~^~~~~~~~~~~~~~~~~~~
../src/jrd/utl.cpp:2090:14: note: place parentheses around the assignment to silence this warning
2090 | while (type = va_arg(args, int))
| ^
| ( )
../src/jrd/utl.cpp:2090:14: note: use '==' to turn this assignment into an equality comparison
2090 | while (type = va_arg(args, int))
| ^
| ==
7 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/why.cpp -o ../temp/boot/jrd/why.o
In file included from ../src/jrd/why.cpp:128:
/usr/include/sys/timeb.h:43:2: warning: "this file includes which is deprecated" [-W#warnings]
43 | #warning "this file includes which is deprecated"
| ^
../src/jrd/why.cpp:4977:17: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
4977 | va_start(ptr, count);
| ^
../src/jrd/why.cpp:4956:21: note: parameter of type 'SSHORT' (aka 'short') is declared here
4956 | SSHORT count, ...)
| ^
../src/jrd/why.cpp:5190:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
5190 | if (block = static_cast(gds__alloc((SLONG) (sizeof(SCHAR) * length))))
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/why.cpp:5190:12: note: place parentheses around the assignment to silence this warning
5190 | if (block = static_cast(gds__alloc((SLONG) (sizeof(SCHAR) * length))))
| ^
| ( )
../src/jrd/why.cpp:5190:12: note: use '==' to turn this assignment into an equality comparison
5190 | if (block = static_cast(gds__alloc((SLONG) (sizeof(SCHAR) * length))))
| ^
| ==
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/blob_filter.cpp -o ../temp/boot/jrd/blob_filter.o
In file included from ../src/jrd/blob_filter.cpp:31:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/blob_filter.cpp:94:2: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
94 | START_CHECK_FOR_EXCEPTIONS(next->ctl_exception_message.c_str())
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ~~~~^~~~~~~~~~~~~~~~~~~~~~
../src/jrd/blob_filter.cpp:94:2: note: place parentheses around the assignment to silence this warning
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ^
../src/jrd/blob_filter.cpp:94:2: note: use '==' to turn this assignment into an equality comparison
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ^
../src/jrd/blob_filter.cpp:176:2: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
176 | START_CHECK_FOR_EXCEPTIONS(control->ctl_exception_message.c_str())
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ~~~~^~~~~~~~~~~~~~~~~~~~~~
../src/jrd/blob_filter.cpp:176:2: note: place parentheses around the assignment to silence this warning
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ^
../src/jrd/blob_filter.cpp:176:2: note: use '==' to turn this assignment into an equality comparison
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ^
../src/jrd/blob_filter.cpp:289:2: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
289 | START_CHECK_FOR_EXCEPTIONS(control->ctl_exception_message.c_str())
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ~~~~^~~~~~~~~~~~~~~~~~~~~~
../src/jrd/blob_filter.cpp:289:2: note: place parentheses around the assignment to silence this warning
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ^
../src/jrd/blob_filter.cpp:289:2: note: use '==' to turn this assignment into an equality comparison
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ^
../src/jrd/blob_filter.cpp:313:2: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
313 | START_CHECK_FOR_EXCEPTIONS(control->ctl_exception_message.c_str())
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ~~~~^~~~~~~~~~~~~~~~~~~~~~
../src/jrd/blob_filter.cpp:313:2: note: place parentheses around the assignment to silence this warning
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ^
../src/jrd/blob_filter.cpp:313:2: note: use '==' to turn this assignment into an equality comparison
../src/jrd/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ^
In file included from ../src/jrd/blob_filter.cpp:31:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
7 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/cvt.cpp -o ../temp/boot/jrd/cvt.o
In file included from ../src/jrd/cvt.cpp:40:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/cvt.cpp:40:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/dpm.epp ../temp/boot/jrd/dpm.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/dpm.cpp -o ../temp/boot/jrd/dpm.o
In file included from ../temp/boot/jrd/dpm.cpp:47:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../temp/boot/jrd/dpm.cpp:47:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/dyn.epp ../temp/boot/jrd/dyn.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/dyn.cpp -o ../temp/boot/jrd/dyn.o
In file included from ../temp/boot/jrd/dyn.cpp:51:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../temp/boot/jrd/dyn.cpp:51:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/dyn_def.epp ../temp/boot/jrd/dyn_def.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/dyn_def.cpp -o ../temp/boot/jrd/dyn_def.o
In file included from ../temp/boot/jrd/dyn_def.cpp:53:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../temp/boot/jrd/dyn_def.cpp:53:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/dyn_del.epp ../temp/boot/jrd/dyn_del.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/dyn_del.cpp -o ../temp/boot/jrd/dyn_del.o
In file included from ../temp/boot/jrd/dyn_del.cpp:40:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../temp/boot/jrd/dyn_del.cpp:3344:10: warning: enumeration value 'DEL_R_OK' not handled in switch [-Wswitch]
3344 | switch (del_role_result)
| ^~~~~~~~~~~~~~~
In file included from ../temp/boot/jrd/dyn_del.cpp:40:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
4 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/dyn_mod.epp ../temp/boot/jrd/dyn_mod.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/dyn_mod.cpp -o ../temp/boot/jrd/dyn_mod.o
In file included from ../temp/boot/jrd/dyn_mod.cpp:50:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../temp/boot/jrd/dyn_mod.cpp:50:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/dyn_util.epp ../temp/boot/jrd/dyn_util.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/dyn_util.cpp -o ../temp/boot/jrd/dyn_util.o
In file included from ../temp/boot/jrd/dyn_util.cpp:38:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../temp/boot/jrd/dyn_util.cpp:38:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/fun.epp ../temp/boot/jrd/fun.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/fun.cpp -o ../temp/boot/jrd/fun.o
In file included from ../temp/boot/jrd/fun.cpp:45:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../temp/boot/jrd/fun.cpp:750:10: warning: enumeration value 'UeNone' not handled in switch [-Wswitch]
750 | switch (udfError)
| ^~~~~~~~
../temp/boot/jrd/fun.cpp:1272:2: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1272 | START_CHECK_FOR_EXCEPTIONS(function->fun_exception_message.c_str());
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/include/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ~~~~^~~~~~~~~~~~~~~~~~~~~~
../temp/boot/jrd/fun.cpp:1272:2: note: place parentheses around the assignment to silence this warning
../src/include/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ^
../temp/boot/jrd/fun.cpp:1272:2: note: use '==' to turn this assignment into an equality comparison
../src/include/../jrd/ibsetjmp.h:41:15: note: expanded from macro 'START_CHECK_FOR_EXCEPTIONS'
41 | if (sig = sigsetjmp(sigenv, 1)) \
| ^
In file included from ../temp/boot/jrd/fun.cpp:45:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
5 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/grant.epp ../temp/boot/jrd/grant.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/grant.cpp -o ../temp/boot/jrd/grant.o
In file included from ../temp/boot/jrd/grant.cpp:38:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../temp/boot/jrd/grant.cpp:38:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/ini.epp ../temp/boot/jrd/ini.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/ini.cpp -o ../temp/boot/jrd/ini.o
In file included from ../temp/boot/jrd/ini.cpp:35:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../temp/boot/jrd/ini.cpp:35:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/met.epp ../temp/boot/jrd/met.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/met.cpp -o ../temp/boot/jrd/met.o
In file included from ../temp/boot/jrd/met.cpp:53:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../temp/boot/jrd/met.cpp:53:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/pcmet.epp ../temp/boot/jrd/pcmet.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/pcmet.cpp -o ../temp/boot/jrd/pcmet.o
In file included from ../temp/boot/jrd/pcmet.cpp:34:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../temp/boot/jrd/pcmet.cpp:34:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/scl.epp ../temp/boot/jrd/scl.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/scl.cpp -o ../temp/boot/jrd/scl.o
In file included from ../temp/boot/jrd/scl.cpp:41:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../temp/boot/jrd/scl.cpp:1535:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1535 | while (*pln++ = UPPER7(*q)) {
| ~~~~~~~^~~~~~~~~~~~
../temp/boot/jrd/scl.cpp:1535:21: note: place parentheses around the assignment to silence this warning
1535 | while (*pln++ = UPPER7(*q)) {
| ^
| ( )
../temp/boot/jrd/scl.cpp:1535:21: note: use '==' to turn this assignment into an equality comparison
1535 | while (*pln++ = UPPER7(*q)) {
| ^
| ==
In file included from ../temp/boot/jrd/scl.cpp:41:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
4 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/CharSet.cpp -o ../temp/boot/jrd/CharSet.o
In file included from ../src/jrd/CharSet.cpp:95:
In file included from ../src/jrd/../jrd/intl_classes.h:32:
In file included from ../src/jrd/../jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/CharSet.cpp:95:
In file included from ../src/jrd/../jrd/intl_classes.h:32:
In file included from ../src/jrd/../jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/Collation.cpp -o ../temp/boot/jrd/Collation.o
In file included from ../src/jrd/Collation.cpp:96:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/Collation.cpp:96:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
In file included from ../src/jrd/Collation.cpp:98:
../src/jrd/../jrd/evl_string.h:324:14: warning: enumeration value 'piDirectMatch' not handled in switch [-Wswitch]
324 | switch (item->type)
| ^~~~~~~~~~
../src/jrd/Collation.cpp:200:37: note: in instantiation of member function 'Firebird::LikeEvaluator::LikeEvaluator' requested here
200 | Firebird::LikeEvaluator evaluator(pool,
| ^
../src/jrd/Collation.cpp:763:24: note: in instantiation of member function '(anonymous namespace)::LikeMatcher, unsigned char>::evaluate' requested here
763 | return pLikeMatcher::evaluate(pool, this, s, sl, p, pl, escape, escape_length,
| ^
../src/jrd/Collation.cpp:728:2: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned char>, Firebird::SimilarToMatcher, unsigned char>, (anonymous namespace)::MatchesMatcher, unsigned char>, (anonymous namespace)::SleuthMatcher, unsigned char> >::like' requested here
728 | CollationImpl(TTYPE_ID a_type, texttype* a_tt, CharSet* a_cs)
| ^
../src/jrd/Collation.cpp:846:25: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned char>, Firebird::SimilarToMatcher, unsigned char>, (anonymous namespace)::MatchesMatcher, unsigned char>, (anonymous namespace)::SleuthMatcher, unsigned char> >::CollationImpl' requested here
846 | return FB_NEW(pool) CollationImpltype)
| ^~~~~~~~~~
../src/jrd/../jrd/evl_string.h:368:12: warning: enumeration value 'piDirectMatch' not handled in switch [-Wswitch]
368 | switch (item->type)
| ^~~~~~~~~~
../src/jrd/../jrd/evl_string.h:387:11: warning: enumeration value 'piDirectMatch' not handled in switch [-Wswitch]
387 | switch (item->type)
| ^~~~~~~~~~
../src/jrd/../jrd/evl_string.h:413:11: warning: enumeration values 'piNone', 'piSkipFixed', and 'piDirectMatch' not handled in switch [-Wswitch]
413 | switch (itemL->type)
| ^~~~~~~~~~~
../src/jrd/../jrd/evl_string.h:498:12: warning: enumeration values 'piNone', 'piEscapedString', and 'piSkipMore' not handled in switch [-Wswitch]
498 | switch (current_pattern->type)
| ^~~~~~~~~~~~~~~~~~~~~
../src/jrd/Collation.cpp:205:13: note: in instantiation of member function 'Firebird::LikeEvaluator::processNextChunk' requested here
205 | evaluator.processNextChunk(reinterpret_cast(s), sl / sizeof(CharType));
| ^
../src/jrd/Collation.cpp:763:24: note: in instantiation of member function '(anonymous namespace)::LikeMatcher, unsigned char>::evaluate' requested here
763 | return pLikeMatcher::evaluate(pool, this, s, sl, p, pl, escape, escape_length,
| ^
../src/jrd/Collation.cpp:728:2: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned char>, Firebird::SimilarToMatcher, unsigned char>, (anonymous namespace)::MatchesMatcher, unsigned char>, (anonymous namespace)::SleuthMatcher, unsigned char> >::like' requested here
728 | CollationImpl(TTYPE_ID a_type, texttype* a_tt, CharSet* a_cs)
| ^
../src/jrd/Collation.cpp:846:25: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned char>, Firebird::SimilarToMatcher, unsigned char>, (anonymous namespace)::MatchesMatcher, unsigned char>, (anonymous namespace)::SleuthMatcher, unsigned char> >::CollationImpl' requested here
846 | return FB_NEW(pool) CollationImpltype)
| ^~~~~~~~~~
../src/jrd/Collation.cpp:200:37: note: in instantiation of member function 'Firebird::LikeEvaluator::LikeEvaluator' requested here
200 | Firebird::LikeEvaluator evaluator(pool,
| ^
../src/jrd/Collation.cpp:763:24: note: in instantiation of member function '(anonymous namespace)::LikeMatcher, unsigned short>::evaluate' requested here
763 | return pLikeMatcher::evaluate(pool, this, s, sl, p, pl, escape, escape_length,
| ^
../src/jrd/Collation.cpp:728:2: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned short>, Firebird::SimilarToMatcher, unsigned short>, (anonymous namespace)::MatchesMatcher, unsigned short>, (anonymous namespace)::SleuthMatcher, unsigned short> >::like' requested here
728 | CollationImpl(TTYPE_ID a_type, texttype* a_tt, CharSet* a_cs)
| ^
../src/jrd/Collation.cpp:858:25: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned short>, Firebird::SimilarToMatcher, unsigned short>, (anonymous namespace)::MatchesMatcher, unsigned short>, (anonymous namespace)::SleuthMatcher, unsigned short> >::CollationImpl' requested here
858 | return FB_NEW(pool) CollationImpltype)
| ^~~~~~~~~~
../src/jrd/../jrd/evl_string.h:368:12: warning: enumeration value 'piDirectMatch' not handled in switch [-Wswitch]
368 | switch (item->type)
| ^~~~~~~~~~
../src/jrd/../jrd/evl_string.h:387:11: warning: enumeration value 'piDirectMatch' not handled in switch [-Wswitch]
387 | switch (item->type)
| ^~~~~~~~~~
../src/jrd/../jrd/evl_string.h:413:11: warning: enumeration values 'piNone', 'piSkipFixed', and 'piDirectMatch' not handled in switch [-Wswitch]
413 | switch (itemL->type)
| ^~~~~~~~~~~
../src/jrd/../jrd/evl_string.h:498:12: warning: enumeration values 'piNone', 'piEscapedString', and 'piSkipMore' not handled in switch [-Wswitch]
498 | switch (current_pattern->type)
| ^~~~~~~~~~~~~~~~~~~~~
../src/jrd/Collation.cpp:205:13: note: in instantiation of member function 'Firebird::LikeEvaluator::processNextChunk' requested here
205 | evaluator.processNextChunk(reinterpret_cast(s), sl / sizeof(CharType));
| ^
../src/jrd/Collation.cpp:763:24: note: in instantiation of member function '(anonymous namespace)::LikeMatcher, unsigned short>::evaluate' requested here
763 | return pLikeMatcher::evaluate(pool, this, s, sl, p, pl, escape, escape_length,
| ^
../src/jrd/Collation.cpp:728:2: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned short>, Firebird::SimilarToMatcher, unsigned short>, (anonymous namespace)::MatchesMatcher, unsigned short>, (anonymous namespace)::SleuthMatcher, unsigned short> >::like' requested here
728 | CollationImpl(TTYPE_ID a_type, texttype* a_tt, CharSet* a_cs)
| ^
../src/jrd/Collation.cpp:858:25: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned short>, Firebird::SimilarToMatcher, unsigned short>, (anonymous namespace)::MatchesMatcher, unsigned short>, (anonymous namespace)::SleuthMatcher, unsigned short> >::CollationImpl' requested here
858 | return FB_NEW(pool) CollationImpltype)
| ^~~~~~~~~~
../src/jrd/Collation.cpp:200:37: note: in instantiation of member function 'Firebird::LikeEvaluator::LikeEvaluator' requested here
200 | Firebird::LikeEvaluator evaluator(pool,
| ^
../src/jrd/Collation.cpp:763:24: note: in instantiation of member function '(anonymous namespace)::LikeMatcher, unsigned int>::evaluate' requested here
763 | return pLikeMatcher::evaluate(pool, this, s, sl, p, pl, escape, escape_length,
| ^
../src/jrd/Collation.cpp:728:2: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned int>, Firebird::SimilarToMatcher, unsigned int>, (anonymous namespace)::MatchesMatcher, unsigned int>, (anonymous namespace)::SleuthMatcher, unsigned int> >::like' requested here
728 | CollationImpl(TTYPE_ID a_type, texttype* a_tt, CharSet* a_cs)
| ^
../src/jrd/Collation.cpp:870:25: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned int>, Firebird::SimilarToMatcher, unsigned int>, (anonymous namespace)::MatchesMatcher, unsigned int>, (anonymous namespace)::SleuthMatcher, unsigned int> >::CollationImpl' requested here
870 | return FB_NEW(pool) CollationImpltype)
| ^~~~~~~~~~
../src/jrd/../jrd/evl_string.h:368:12: warning: enumeration value 'piDirectMatch' not handled in switch [-Wswitch]
368 | switch (item->type)
| ^~~~~~~~~~
../src/jrd/../jrd/evl_string.h:387:11: warning: enumeration value 'piDirectMatch' not handled in switch [-Wswitch]
387 | switch (item->type)
| ^~~~~~~~~~
../src/jrd/../jrd/evl_string.h:413:11: warning: enumeration values 'piNone', 'piSkipFixed', and 'piDirectMatch' not handled in switch [-Wswitch]
413 | switch (itemL->type)
| ^~~~~~~~~~~
../src/jrd/../jrd/evl_string.h:498:12: warning: enumeration values 'piNone', 'piEscapedString', and 'piSkipMore' not handled in switch [-Wswitch]
498 | switch (current_pattern->type)
| ^~~~~~~~~~~~~~~~~~~~~
../src/jrd/Collation.cpp:205:13: note: in instantiation of member function 'Firebird::LikeEvaluator::processNextChunk' requested here
205 | evaluator.processNextChunk(reinterpret_cast(s), sl / sizeof(CharType));
| ^
../src/jrd/Collation.cpp:763:24: note: in instantiation of member function '(anonymous namespace)::LikeMatcher, unsigned int>::evaluate' requested here
763 | return pLikeMatcher::evaluate(pool, this, s, sl, p, pl, escape, escape_length,
| ^
../src/jrd/Collation.cpp:728:2: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned int>, Firebird::SimilarToMatcher, unsigned int>, (anonymous namespace)::MatchesMatcher, unsigned int>, (anonymous namespace)::SleuthMatcher, unsigned int> >::like' requested here
728 | CollationImpl(TTYPE_ID a_type, texttype* a_tt, CharSet* a_cs)
| ^
../src/jrd/Collation.cpp:870:25: note: in instantiation of member function '(anonymous namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher, unsigned char>, (anonymous namespace)::LikeMatcher, unsigned int>, Firebird::SimilarToMatcher, unsigned int>, (anonymous namespace)::MatchesMatcher, unsigned int>, (anonymous namespace)::SleuthMatcher, unsigned int> >::CollationImpl' requested here
870 | return FB_NEW(pool) CollationImpl::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/VirtualTable.cpp -o ../temp/boot/jrd/VirtualTable.o
In file included from ../src/jrd/VirtualTable.cpp:27:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/VirtualTable.cpp:27:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/RecordBuffer.cpp -o ../temp/boot/jrd/RecordBuffer.o
In file included from ../src/jrd/RecordBuffer.cpp:25:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/RecordBuffer.cpp:25:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/blb.cpp -o ../temp/boot/jrd/blb.o
In file included from ../src/jrd/blb.cpp:44:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/blb.cpp:44:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/btn.cpp -o ../temp/boot/jrd/btn.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/btr.cpp -o ../temp/boot/jrd/btr.o
In file included from ../src/jrd/btr.cpp:35:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/btr.cpp:35:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/builtin.cpp -o ../temp/boot/jrd/builtin.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/GlobalRWLock.cpp -o ../temp/boot/jrd/GlobalRWLock.o
In file included from ../src/jrd/GlobalRWLock.cpp:32:
In file included from ../src/jrd/GlobalRWLock.h:34:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/GlobalRWLock.cpp:32:
In file included from ../src/jrd/GlobalRWLock.h:34:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/cch.cpp -o ../temp/boot/jrd/cch.o
In file included from ../src/jrd/cch.cpp:34:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/cch.cpp:6237:12: warning: enumeration value 'LATCH_none' not handled in switch [-Wswitch]
6237 | switch (lwt->lwt_latch)
| ^~~~~~~~~~~~~~
In file included from ../src/jrd/cch.cpp:34:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
In file included from ../src/jrd/cch.cpp:34:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/cch.cpp:1904:2: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
1904 | BLKCHK(bdb, type_bdb);
| ^
../src/jrd/../jrd/jrd.h:71:43: note: expanded from macro 'BLKCHK'
71 | #define BLKCHK(blk, type) if (!blk->checkHandle()) BUGCHECK(147)
| ^
5 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/cmp.cpp -o ../temp/boot/jrd/cmp.o
In file included from ../src/jrd/cmp.cpp:47:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/cmp.cpp:3418:11: warning: 150 enumeration values not handled in switch: 'nod_asn_list', 'nod_assignment', 'nod_dcl_variable'... [-Wswitch]
3418 | switch (node->nod_type)
| ^~~~~~~~~~~~~~
../src/jrd/cmp.cpp:6506:11: warning: 149 enumeration values not handled in switch: 'nod_asn_list', 'nod_assignment', 'nod_dcl_variable'... [-Wswitch]
6506 | switch (sub->nod_type)
| ^~~~~~~~~~~~~
In file included from ../src/jrd/cmp.cpp:47:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
5 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/cvt2.cpp -o ../temp/boot/jrd/cvt2.o
In file included from ../src/jrd/cvt2.cpp:33:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/cvt2.cpp:33:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/DataTypeUtil.cpp -o ../temp/boot/jrd/DataTypeUtil.o
In file included from ../src/jrd/DataTypeUtil.cpp:36:
In file included from ../src/jrd/../jrd/intl_proto.h:27:
In file included from ../src/jrd/../jrd/../jrd/intl_classes.h:32:
In file included from ../src/jrd/../jrd/../jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/DataTypeUtil.cpp:36:
In file included from ../src/jrd/../jrd/intl_proto.h:27:
In file included from ../src/jrd/../jrd/../jrd/intl_classes.h:32:
In file included from ../src/jrd/../jrd/../jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
../gen/firebird/bin/gpre_current -n -z -gds_cxx -raw -ids ../src/jrd/dfw.epp ../temp/boot/jrd/dfw.cpp
gpre version FB-V2.5.9.27139 Firebird 2.5
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../temp/boot/jrd/dfw.cpp -o ../temp/boot/jrd/dfw.o
In file included from ../temp/boot/jrd/dfw.cpp:77:
In file included from ../src/include/../jrd/jrd.h:52:
In file included from ../src/include/../jrd/../jrd/sbm.h:32:
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/include/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../temp/boot/jrd/dfw.cpp:1031:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1031 | while (work = transaction->tra_deferred_job->work)
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../temp/boot/jrd/dfw.cpp:1031:15: note: place parentheses around the assignment to silence this warning
1031 | while (work = transaction->tra_deferred_job->work)
| ^
| ( )
../temp/boot/jrd/dfw.cpp:1031:15: note: use '==' to turn this assignment into an equality comparison
1031 | while (work = transaction->tra_deferred_job->work)
| ^
| ==
../temp/boot/jrd/dfw.cpp:2898:10: warning: 46 enumeration values not handled in switch: 'dfw_null', 'dfw_create_relation', 'dfw_delete_relation'... [-Wswitch]
2898 | switch (work->dfw_type)
| ^~~~~~~~~~~~~~
In file included from ../temp/boot/jrd/dfw.cpp:77:
In file included from ../src/include/../jrd/jrd.h:39:
In file included from ../src/include/../jrd/../jrd/val.h:32:
../src/include/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/include/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
5 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/UserManagement.cpp -o ../temp/boot/jrd/UserManagement.o
In file included from ../src/jrd/UserManagement.cpp:27:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/UserManagement.cpp:27:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/divorce.cpp -o ../temp/boot/jrd/divorce.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/err.cpp -o ../temp/boot/jrd/err.o
In file included from ../src/jrd/err.cpp:35:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/err.cpp:35:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/event.cpp -o ../temp/boot/jrd/event.o
In file included from ../src/jrd/event.cpp:45:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/event.cpp:360:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
360 | if (interest = historical_interest(session, event_offset))
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/event.cpp:360:16: note: place parentheses around the assignment to silence this warning
360 | if (interest = historical_interest(session, event_offset))
| ^
| ( )
../src/jrd/event.cpp:360:16: note: use '==' to turn this assignment into an equality comparison
360 | if (interest = historical_interest(session, event_offset))
| ^
| ==
In file included from ../src/jrd/event.cpp:45:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
4 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/evl.cpp -o ../temp/boot/jrd/evl.o
In file included from ../src/jrd/evl.cpp:69:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/evl.cpp:3783:11: warning: 148 enumeration values not handled in switch: 'nod_asn_list', 'nod_assignment', 'nod_dcl_variable'... [-Wswitch]
3783 | switch (from->nod_type)
| ^~~~~~~~~~~~~~
../src/jrd/evl.cpp:4808:10: warning: 150 enumeration values not handled in switch: 'nod_asn_list', 'nod_assignment', 'nod_dcl_variable'... [-Wswitch]
4808 | switch (node->nod_type)
| ^~~~~~~~~~~~~~
In file included from ../src/jrd/evl.cpp:69:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
5 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/exe.cpp -o ../temp/boot/jrd/exe.o
In file included from ../src/jrd/exe.cpp:62:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/exe.cpp:315:10: warning: 152 enumeration values not handled in switch: 'nod_asn_list', 'nod_assignment', 'nod_dcl_variable'... [-Wswitch]
315 | switch (to->nod_type)
| ^~~~~~~~~~~~
In file included from ../src/jrd/exe.cpp:62:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
In file included from ../src/jrd/exe.cpp:62:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/exe.cpp:260:2: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
260 | BLKCHK(node, type_nod);
| ^
../src/jrd/../jrd/jrd.h:71:43: note: expanded from macro 'BLKCHK'
71 | #define BLKCHK(blk, type) if (!blk->checkHandle()) BUGCHECK(147)
| ^
In file included from ../src/jrd/exe.cpp:62:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/exe.cpp:1009:2: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
1009 | BLKCHK(request, type_req);
| ^
../src/jrd/../jrd/jrd.h:71:43: note: expanded from macro 'BLKCHK'
71 | #define BLKCHK(blk, type) if (!blk->checkHandle()) BUGCHECK(147)
| ^
In file included from ../src/jrd/exe.cpp:62:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/exe.cpp:1010:2: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
1010 | BLKCHK(transaction, type_tra);
| ^
../src/jrd/../jrd/jrd.h:71:43: note: expanded from macro 'BLKCHK'
71 | #define BLKCHK(blk, type) if (!blk->checkHandle()) BUGCHECK(147)
| ^
7 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/ext.cpp -o ../temp/boot/jrd/ext.o
In file included from ../src/jrd/ext.cpp:41:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/ext.cpp:41:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/execute_statement.cpp -o ../temp/boot/jrd/execute_statement.o
In file included from ../src/jrd/execute_statement.cpp:32:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/execute_statement.cpp:32:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/filters.cpp -o ../temp/boot/jrd/filters.o
In file included from ../src/jrd/filters.cpp:28:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/filters.cpp:162:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
162 | while (c = *p++)
| ~~^~~~~~
../src/jrd/filters.cpp:162:12: note: place parentheses around the assignment to silence this warning
162 | while (c = *p++)
| ^
| ( )
../src/jrd/filters.cpp:162:12: note: use '==' to turn this assignment into an equality comparison
162 | while (c = *p++)
| ^
| ==
../src/jrd/filters.cpp:189:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
189 | while (c = *p++)
| ~~^~~~~~
../src/jrd/filters.cpp:189:14: note: place parentheses around the assignment to silence this warning
189 | while (c = *p++)
| ^
| ( )
../src/jrd/filters.cpp:189:14: note: use '==' to turn this assignment into an equality comparison
189 | while (c = *p++)
| ^
| ==
../src/jrd/filters.cpp:1184:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1184 | while (string = (filter_tmp*) control->ctl_data[0])
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/filters.cpp:1184:17: note: place parentheses around the assignment to silence this warning
1184 | while (string = (filter_tmp*) control->ctl_data[0])
| ^
| ( )
../src/jrd/filters.cpp:1184:17: note: use '==' to turn this assignment into an equality comparison
1184 | while (string = (filter_tmp*) control->ctl_data[0])
| ^
| ==
In file included from ../src/jrd/filters.cpp:28:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
6 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/flu.cpp -o ../temp/boot/jrd/flu.o
In file included from ../src/jrd/flu.cpp:54:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/flu.cpp:54:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/functions.cpp -o ../temp/boot/jrd/functions.o
In file included from ../src/jrd/functions.cpp:28:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/functions.cpp:28:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/idx.cpp -o ../temp/boot/jrd/idx.o
In file included from ../src/jrd/idx.cpp:35:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/idx.cpp:35:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/inf.cpp -o ../temp/boot/jrd/inf.o
In file included from ../src/jrd/inf.cpp:41:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/inf.cpp:41:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/intl.cpp -o ../temp/boot/jrd/intl.o
In file included from ../src/jrd/intl.cpp:97:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/intl.cpp:97:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/intl_builtin.cpp -o ../temp/boot/jrd/intl_builtin.o
In file included from ../src/jrd/intl_builtin.cpp:2:
In file included from ../src/jrd/intl_classes.h:32:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/intl_builtin.cpp:2:
In file included from ../src/jrd/intl_classes.h:32:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/IntlManager.cpp -o ../temp/boot/jrd/IntlManager.o
In file included from ../src/jrd/IntlManager.cpp:31:
In file included from ../src/jrd/../jrd/intl_proto.h:27:
In file included from ../src/jrd/../jrd/../jrd/intl_classes.h:32:
In file included from ../src/jrd/../jrd/../jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/IntlManager.cpp:31:
In file included from ../src/jrd/../jrd/intl_proto.h:27:
In file included from ../src/jrd/../jrd/../jrd/intl_classes.h:32:
In file included from ../src/jrd/../jrd/../jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/IntlUtil.cpp -o ../temp/boot/jrd/IntlUtil.o
In file included from ../src/jrd/IntlUtil.cpp:30:
In file included from ../src/jrd/../jrd/intl_classes.h:32:
In file included from ../src/jrd/../jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/IntlUtil.cpp:30:
In file included from ../src/jrd/../jrd/intl_classes.h:32:
In file included from ../src/jrd/../jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/isc_sync.cpp -o ../temp/boot/jrd/isc_sync.o
In file included from ../src/jrd/isc_sync.cpp:66:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/isc_sync.cpp:66:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/jrd.cpp -o ../temp/boot/jrd/jrd.o
In file included from ../src/jrd/jrd.cpp:55:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/jrd.cpp:3750:17: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
3750 | va_start(ptr, count);
| ^
../src/jrd/jrd.cpp:3726:88: note: parameter of type 'SSHORT' (aka 'short') is declared here
3726 | ISC_STATUS GDS_START_TRANSACTION(ISC_STATUS* user_status, jrd_tra** tra_handle, SSHORT count, ...)
| ^
../src/jrd/jrd.cpp:7263:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
7263 | va_start(ptr, count);
| ^
../src/jrd/jrd.cpp:7242:75: note: parameter of type 'SSHORT' (aka 'short') is declared here
7242 | void JRD_start_transaction(thread_db* tdbb, jrd_tra** transaction, SSHORT count, ...)
| ^
In file included from ../src/jrd/jrd.cpp:55:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
In file included from ../src/jrd/jrd.cpp:55:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/jrd.cpp:260:27: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
260 | if (service && service->checkHandle())
| ^
In file included from ../src/jrd/jrd.cpp:55:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/jrd.cpp:318:48: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
318 | if (!hold(attachment, from) || !attachment->checkHandle() || !attachment->att_database->checkHandle())
| ^
In file included from ../src/jrd/jrd.cpp:55:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/jrd.cpp:330:22: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
330 | if (!transaction->checkHandle())
| ^
In file included from ../src/jrd/jrd.cpp:55:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/jrd.cpp:341:18: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
341 | if (!request->checkHandle())
| ^
In file included from ../src/jrd/jrd.cpp:55:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/jrd.cpp:349:20: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
349 | if (!statement->checkHandle())
| ^
In file included from ../src/jrd/jrd.cpp:55:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/jrd.cpp:357:15: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
357 | if (!blob->checkHandle())
| ^
11 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/Database.cpp -o ../temp/boot/jrd/Database.o
In file included from ../src/jrd/Database.cpp:35:
In file included from ../src/jrd/../jrd/Database.h:60:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/Database.cpp:192:4: warning: cannot delete expression with pointer-to-'void' type 'void *' [-Wdelete-incomplete]
192 | delete dbb_sort_buffers.pop();
| ^ ~~~~~~~~~~~~~~~~~~~~~~
In file included from ../src/jrd/Database.cpp:29:
../src/jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
4 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/lck.cpp -o ../temp/boot/jrd/lck.o
In file included from ../src/jrd/lck.cpp:32:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/lck.cpp:32:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/mov.cpp -o ../temp/boot/jrd/mov.o
In file included from ../src/jrd/mov.cpp:32:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/mov.cpp:32:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/nav.cpp -o ../temp/boot/jrd/nav.o
In file included from ../src/jrd/nav.cpp:28:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/nav.cpp:28:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/opt.cpp -o ../temp/boot/jrd/opt.o
In file included from ../src/jrd/opt.cpp:50:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/opt.cpp:406:11: warning: 150 enumeration values not handled in switch: 'nod_asn_list', 'nod_assignment', 'nod_dcl_variable'... [-Wswitch]
406 | switch (node->nod_type)
| ^~~~~~~~~~~~~~
../src/jrd/opt.cpp:1133:11: warning: 149 enumeration values not handled in switch: 'nod_asn_list', 'nod_assignment', 'nod_dcl_variable'... [-Wswitch]
1133 | switch (tail->opt_match->nod_type)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/opt.cpp:1994:10: warning: 151 enumeration values not handled in switch: 'nod_asn_list', 'nod_assignment', 'nod_dcl_variable'... [-Wswitch]
1994 | switch (node->nod_type)
| ^~~~~~~~~~~~~~
../src/jrd/opt.cpp:2347:10: warning: 149 enumeration values not handled in switch: 'nod_asn_list', 'nod_assignment', 'nod_dcl_variable'... [-Wswitch]
2347 | switch (node->nod_type)
| ^~~~~~~~~~~~~~
../src/jrd/opt.cpp:2366:10: warning: 150 enumeration values not handled in switch: 'nod_asn_list', 'nod_assignment', 'nod_dcl_variable'... [-Wswitch]
2366 | switch (node->nod_type)
| ^~~~~~~~~~~~~~
In file included from ../src/jrd/opt.cpp:50:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
8 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/Optimizer.cpp -o ../temp/boot/jrd/Optimizer.o
In file included from ../src/jrd/Optimizer.cpp:32:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/Optimizer.cpp:1376:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1376 | if (sub = node->nod_arg[e_stat_default]) {
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jrd/Optimizer.cpp:1376:12: note: place parentheses around the assignment to silence this warning
1376 | if (sub = node->nod_arg[e_stat_default]) {
| ^
| ( )
../src/jrd/Optimizer.cpp:1376:12: note: use '==' to turn this assignment into an equality comparison
1376 | if (sub = node->nod_arg[e_stat_default]) {
| ^
| ==
../src/jrd/Optimizer.cpp:1399:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1399 | if (sub = rse->rse_first) {
| ~~~~^~~~~~~~~~~~~~~~
../src/jrd/Optimizer.cpp:1399:10: note: place parentheses around the assignment to silence this warning
1399 | if (sub = rse->rse_first) {
| ^
| ( )
../src/jrd/Optimizer.cpp:1399:10: note: use '==' to turn this assignment into an equality comparison
1399 | if (sub = rse->rse_first) {
| ^
| ==
../src/jrd/Optimizer.cpp:1403:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1403 | if (sub = rse->rse_skip) {
| ~~~~^~~~~~~~~~~~~~~
../src/jrd/Optimizer.cpp:1403:13: note: place parentheses around the assignment to silence this warning
1403 | if (sub = rse->rse_skip) {
| ^
| ( )
../src/jrd/Optimizer.cpp:1403:13: note: use '==' to turn this assignment into an equality comparison
1403 | if (sub = rse->rse_skip) {
| ^
| ==
../src/jrd/Optimizer.cpp:1407:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1407 | if (sub = rse->rse_boolean) {
| ~~~~^~~~~~~~~~~~~~~~~~
../src/jrd/Optimizer.cpp:1407:10: note: place parentheses around the assignment to silence this warning
1407 | if (sub = rse->rse_boolean) {
| ^
| ( )
../src/jrd/Optimizer.cpp:1407:10: note: use '==' to turn this assignment into an equality comparison
1407 | if (sub = rse->rse_boolean) {
| ^
| ==
../src/jrd/Optimizer.cpp:1411:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1411 | if (sub = rse->rse_sorted) {
| ~~~~^~~~~~~~~~~~~~~~~
../src/jrd/Optimizer.cpp:1411:10: note: place parentheses around the assignment to silence this warning
1411 | if (sub = rse->rse_sorted) {
| ^
| ( )
../src/jrd/Optimizer.cpp:1411:10: note: use '==' to turn this assignment into an equality comparison
1411 | if (sub = rse->rse_sorted) {
| ^
| ==
../src/jrd/Optimizer.cpp:1415:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1415 | if (sub = rse->rse_projection) {
| ~~~~^~~~~~~~~~~~~~~~~~~~~
../src/jrd/Optimizer.cpp:1415:10: note: place parentheses around the assignment to silence this warning
1415 | if (sub = rse->rse_projection) {
| ^
| ( )
../src/jrd/Optimizer.cpp:1415:10: note: use '==' to turn this assignment into an equality comparison
1415 | if (sub = rse->rse_projection) {
| ^
| ==
In file included from ../src/jrd/Optimizer.cpp:32:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
9 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/pag.cpp -o ../temp/boot/jrd/pag.o
In file included from ../src/jrd/pag.cpp:71:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/pag.cpp:1577:87: warning: operator '?:' has lower precedence than '*'; '*' will be evaluated first [-Wparentheses]
1577 | (sizeof(index_root_page::irt_repeat) + (1 * (dbb->dbb_ods_version >= ODS_VERSION11) ?
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
../src/jrd/pag.cpp:1577:87: note: place parentheses around the '*' expression to silence this warning
1577 | (sizeof(index_root_page::irt_repeat) + (1 * (dbb->dbb_ods_version >= ODS_VERSION11) ?
| ^
| ( )
../src/jrd/pag.cpp:1577:87: note: place parentheses around the '?:' expression to evaluate it first
1577 | (sizeof(index_root_page::irt_repeat) + (1 * (dbb->dbb_ods_version >= ODS_VERSION11) ?
| ^
| (
1578 | sizeof(irtd) : sizeof(irtd_ods10)));
|
| )
In file included from ../src/jrd/pag.cpp:71:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
4 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/misc/blrtable.cpp -o ../temp/boot/misc/blrtable.o
c++ -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -fstack-protector-strong -D_THREAD_SAFE -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/libexec/firebird/intl -Wl,-rpath,../gen/firebird/lib ../temp/boot/misc/blrtable.o -o ../gen/firebird/bin/blrtable -L../gen/firebird/lib -lm -L/usr/local/lib -lpthread -lcurses
../gen/firebird/bin/blrtable > ../src/include/gen/blrtable.h
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/par.cpp -o ../temp/boot/jrd/par.o
In file included from ../src/jrd/par.cpp:43:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/par.cpp:1476:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
1476 | else {
| ^
In file included from ../src/jrd/par.cpp:43:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
4 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/ods.cpp -o ../temp/boot/jrd/ods.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/pwd.cpp -o ../temp/boot/jrd/pwd.o
In file included from ../src/jrd/pwd.cpp:32:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/pwd.cpp:32:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/PreparedStatement.cpp -o ../temp/boot/jrd/PreparedStatement.o
In file included from ../src/jrd/PreparedStatement.cpp:26:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/PreparedStatement.cpp:26:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/RandomGenerator.cpp -o ../temp/boot/jrd/RandomGenerator.o
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/Relation.cpp -o ../temp/boot/jrd/Relation.o
In file included from ../src/jrd/Relation.cpp:23:
In file included from ../src/jrd/../jrd/Relation.h:25:
In file included from ../src/jrd/../jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/Relation.cpp:23:
In file included from ../src/jrd/../jrd/Relation.h:25:
In file included from ../src/jrd/../jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/ResultSet.cpp -o ../temp/boot/jrd/ResultSet.o
In file included from ../src/jrd/ResultSet.cpp:26:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/ResultSet.cpp:26:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/rlck.cpp -o ../temp/boot/jrd/rlck.o
In file included from ../src/jrd/rlck.cpp:29:
In file included from ../src/jrd/../jrd/tra.h:38:
In file included from ../src/jrd/../jrd/../jrd/exe.h:36:
In file included from ../src/jrd/../jrd/../jrd/../jrd/Relation.h:25:
In file included from ../src/jrd/../jrd/../jrd/../jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/../jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/rlck.cpp:29:
In file included from ../src/jrd/../jrd/tra.h:35:
../src/jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/../jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/rpb_chain.cpp -o ../temp/boot/jrd/rpb_chain.o
In file included from ../src/jrd/rpb_chain.cpp:25:
In file included from ../src/jrd/../jrd/rpb_chain.h:30:
In file included from ../src/jrd/../jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/rpb_chain.cpp:25:
In file included from ../src/jrd/../jrd/rpb_chain.h:30:
In file included from ../src/jrd/../jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/rse.cpp -o ../temp/boot/jrd/rse.o
In file included from ../src/jrd/rse.cpp:39:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/rse.cpp:39:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/sdw.cpp -o ../temp/boot/jrd/sdw.o
In file included from ../src/jrd/sdw.cpp:29:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
../src/jrd/sdw.cpp:951:28: warning: address of array 'dbb_file->fil_string' will always evaluate to 'true' [-Wpointer-bool-conversion]
951 | if (dbb_file && dbb_file->fil_string && expanded_name == dbb_file->fil_string)
| ~~ ~~~~~~~~~~^~~~~~~~~~
In file included from ../src/jrd/sdw.cpp:29:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
4 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/shut.cpp -o ../temp/boot/jrd/shut.o
In file included from ../src/jrd/shut.cpp:26:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/shut.cpp:26:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/sort.cpp -o ../temp/boot/jrd/sort.o
In file included from ../src/jrd/sort.cpp:35:
In file included from ../src/jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/sort.cpp:35:
In file included from ../src/jrd/../jrd/jrd.h:39:
In file included from ../src/jrd/../jrd/../jrd/val.h:32:
../src/jrd/../jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle::checkHandle' requested here
457 | return TypedHandle::checkHandle();
| ^
3 warnings generated.
c++ -DU_NOEXCEPT= -isystem /usr/local/include -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DU_DISABLE_RENAMING=1 -I/usr/local/include -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -O2 -pipe -DAMD64 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -c ../src/jrd/sqz.cpp -o ../temp/boot/jrd/sqz.o
In file included from ../src/jrd/sqz.cpp:28:
In file included from ../src/jrd/../jrd/req.h:33:
In file included from ../src/jrd/../jrd/../jrd/exe.h:36:
In file included from ../src/jrd/../jrd/../jrd/../jrd/Relation.h:25:
In file included from ../src/jrd/../jrd/../jrd/../jrd/../jrd/jrd.h:52:
In file included from ../src/jrd/../jrd/../jrd/../jrd/../jrd/../jrd/sbm.h:32:
../src/jrd/../jrd/../jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:279:12: warning: enumeration values 'locEqual', 'locGreatEqual', and 'locLessEqual' not handled in switch [-Wswitch]
279 | switch (lt)
| ^~
../src/jrd/../jrd/../jrd/../jrd/../jrd/../jrd/../common/classes/sparse_bitmap.h:302:12: warning: enumeration values 'locLess' and 'locGreat' not handled in switch [-Wswitch]
302 | switch (lt)
| ^~
In file included from ../src/jrd/sqz.cpp:27:
In file included from ../src/jrd/../jrd/sqz.h:27:
../src/jrd/../jrd/../include/fb_blk.h:135:8: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
135 | if (!this)
| ~^~~~
../src/jrd/../jrd/../jrd/../jrd/../jrd/../jrd/Database.h:457:33: note: in instantiation of member function 'TypedHandle
MidnightBSD Magus