=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for datadraw-3.1.1 gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvadmin.c -o obj/dvadmin.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvbuild.c -o obj/dvbuild.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvdatabase.c -o obj/dvdatabase.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvgenerate.c -o obj/dvgenerate.o In file included from src/dv.h:20:0, from src/dvbuild.c:22: src/dvbuild.c: In function 'dvModpathCreate': src/dvdatabase.h:442:59: warning: value computed is not used [-Wunused-value] dvRootData.usedModpath == dvRootData.allocatedModpath && (dvModpathAllocMore(), true), \ ^ src/dvbuild.c:33:25: note: in expansion of macro 'dvModpathAlloc' dvModpath modpath = dvModpathAlloc(); ^~~~~~~~~~~~~~ In file included from src/dvdatabase.c:5:0: src/dvdatabase.c: In function 'allocRoot': src/dvbuild.c: In function 'dvModuleCreate': src/dvdatabase.h:721:57: warning: value computed is not used [-Wunused-value] dvRootData.usedModule == dvRootData.allocatedModule && (dvModuleAllocMore(), true), \ ^ src/dvbuild.c:51:23: note: in expansion of macro 'dvModuleAlloc' dvModule module = dvModuleAlloc(); ^~~~~~~~~~~~~ src/dvdatabase.h:365:53: warning: value computed is not used [-Wunused-value] dvRootData.usedRoot == dvRootData.allocatedRoot && (dvRootAllocMore(), true), \ ^ src/dvdatabase.c:54:19: note: in expansion of macro 'dvRootAlloc' dvRoot Root = dvRootAlloc(); ^~~~~~~~~~~ src/dvbuild.c: In function 'dvEnumCreate': src/dvdatabase.h:1024:53: warning: value computed is not used [-Wunused-value] dvRootData.usedEnum == dvRootData.allocatedEnum && (dvEnumAllocMore(), true), \ ^ src/dvbuild.c:72:22: note: in expansion of macro 'dvEnumAlloc' dvEnum theEnum = dvEnumAlloc(); ^~~~~~~~~~~ src/dvbuild.c: In function 'dvEntryCreate': gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvgenc.c -o obj/dvgenc.o src/dvdatabase.h:1112:55: warning: value computed is not used [-Wunused-value] dvRootData.usedEntry == dvRootData.allocatedEntry && (dvEntryAllocMore(), true), \ ^ src/dvbuild.c:91:21: note: in expansion of macro 'dvEntryAlloc' dvEntry entry = dvEntryAlloc(); ^~~~~~~~~~~~ src/dvbuild.c: In function 'dvTypedefCreate': src/dvdatabase.h:1194:59: warning: value computed is not used [-Wunused-value] dvRootData.usedTypedef == dvRootData.allocatedTypedef && (dvTypedefAllocMore(), true), \ ^ src/dvbuild.c:107:28: note: in expansion of macro 'dvTypedefAlloc' dvTypedef theTypedef = dvTypedefAlloc(); ^~~~~~~~~~~~~~ src/dvbuild.c: In function 'dvSchemaCreate': src/dvdatabase.h:916:57: warning: value computed is not used [-Wunused-value] dvRootData.usedSchema == dvRootData.allocatedSchema && (dvSchemaAllocMore(), true), \ ^ src/dvbuild.c:123:23: note: in expansion of macro 'dvSchemaAlloc' dvSchema schema = dvSchemaAlloc(); ^~~~~~~~~~~~~ src/dvbuild.c: In function 'dvClassCreate': src/dvdatabase.h:1438:55: warning: value computed is not used [-Wunused-value] dvRootData.usedClass == dvRootData.allocatedClass && (dvClassAllocMore(), true), \ ^ src/dvbuild.c:141:20: note: in expansion of macro 'dvClassAlloc' theClass = dvClassAlloc(); ^~~~~~~~~~~~ src/dvbuild.c: In function 'dvPropertyCreate': src/dvdatabase.h:1724:61: warning: value computed is not used [-Wunused-value] dvRootData.usedProperty == dvRootData.allocatedProperty && (dvPropertyAllocMore(), true), \ ^ src/dvbuild.c:175:16: note: in expansion of macro 'dvPropertyAlloc' property = dvPropertyAlloc(); ^~~~~~~~~~~~~~~ src/dvdatabase.c: In function 'allocModpath': src/dvdatabase.h:442:59: warning: value computed is not used [-Wunused-value] dvRootData.usedModpath == dvRootData.allocatedModpath && (dvModpathAllocMore(), true), \ ^ src/dvdatabase.c:998:25: note: in expansion of macro 'dvModpathAlloc' dvModpath Modpath = dvModpathAlloc(); ^~~~~~~~~~~~~~ src/dvdatabase.c: In function 'allocModule': src/dvdatabase.h:721:57: warning: value computed is not used [-Wunused-value] dvRootData.usedModule == dvRootData.allocatedModule && (dvModuleAllocMore(), true), \ ^ src/dvdatabase.c:1064:23: note: in expansion of macro 'dvModuleAlloc' dvModule Module = dvModuleAlloc(); ^~~~~~~~~~~~~ src/dvbuild.c: In function 'dvUnionCreate': src/dvdatabase.h:2165:58: warning: value computed is not used [-Wunused-value] : (dvRootData.usedUnion == dvRootData.allocatedUnion && (dvUnionAllocMore(), true), \ ^ src/dvbuild.c:193:24: note: in expansion of macro 'dvUnionAlloc' dvUnion theUnion = dvUnionAlloc(); ^~~~~~~~~~~~ src/dvbuild.c: In function 'dvRelationshipCreate': src/dvdatabase.h:1997:69: warning: value computed is not used [-Wunused-value] dvRootData.usedRelationship == dvRootData.allocatedRelationship && (dvRelationshipAllocMore(), true), \ ^ src/dvbuild.c:212:35: note: in expansion of macro 'dvRelationshipAlloc' dvRelationship relationship = dvRelationshipAlloc(); ^~~~~~~~~~~~~~~~~~~ src/dvbuild.c: In function 'dvLinkCreate': src/dvdatabase.h:848:53: warning: value computed is not used [-Wunused-value] dvRootData.usedLink == dvRootData.allocatedLink && (dvLinkAllocMore(), true), \ ^ src/dvbuild.c:240:19: note: in expansion of macro 'dvLinkAlloc' dvLink link = dvLinkAlloc(); ^~~~~~~~~~~ src/dvbuild.c: In function 'dvKeyCreate': src/dvdatabase.h:2082:54: warning: value computed is not used [-Wunused-value] : (dvRootData.usedKey == dvRootData.allocatedKey && (dvKeyAllocMore(), true), \ ^ src/dvbuild.c:254:17: note: in expansion of macro 'dvKeyAlloc' dvKey key = dvKeyAlloc(); ^~~~~~~~~~ src/dvbuild.c: In function 'dvUnboundKeyCreate': src/dvdatabase.h:2082:54: warning: value computed is not used [-Wunused-value] : (dvRootData.usedKey == dvRootData.allocatedKey && (dvKeyAllocMore(), true), \ ^ src/dvbuild.c:269:17: note: in expansion of macro 'dvKeyAlloc' dvKey key = dvKeyAlloc(); ^~~~~~~~~~ src/dvbuild.c: In function 'dvCaseCreate': src/dvdatabase.h:2232:56: warning: value computed is not used [-Wunused-value] : (dvRootData.usedCase == dvRootData.allocatedCase && (dvCaseAllocMore(), true), \ ^ src/dvbuild.c:284:22: note: in expansion of macro 'dvCaseAlloc' dvCase theCase = dvCaseAlloc(); ^~~~~~~~~~~ src/dvbuild.c: In function 'dvSparsegroupCreate': src/dvdatabase.h:1843:70: warning: value computed is not used [-Wunused-value] : (dvRootData.usedSparsegroup == dvRootData.allocatedSparsegroup && (dvSparsegroupAllocMore(), true), \ ^ src/dvbuild.c:298:33: note: in expansion of macro 'dvSparsegroupAlloc' dvSparsegroup sparsegroup = dvSparsegroupAlloc(); ^~~~~~~~~~~~~~~~~~ src/dvdatabase.c: In function 'allocLink': src/dvdatabase.h:848:53: warning: value computed is not used [-Wunused-value] dvRootData.usedLink == dvRootData.allocatedLink && (dvLinkAllocMore(), true), \ ^ src/dvdatabase.c:3229:19: note: in expansion of macro 'dvLinkAlloc' dvLink Link = dvLinkAlloc(); ^~~~~~~~~~~ src/dvdatabase.c: In function 'allocSchema': src/dvdatabase.h:916:57: warning: value computed is not used [-Wunused-value] dvRootData.usedSchema == dvRootData.allocatedSchema && (dvSchemaAllocMore(), true), \ ^ src/dvdatabase.c:3293:23: note: in expansion of macro 'dvSchemaAlloc' dvSchema Schema = dvSchemaAlloc(); ^~~~~~~~~~~~~ src/dvdatabase.c: In function 'allocEnum': src/dvdatabase.h:1024:53: warning: value computed is not used [-Wunused-value] dvRootData.usedEnum == dvRootData.allocatedEnum && (dvEnumAllocMore(), true), \ ^ src/dvdatabase.c:3480:19: note: in expansion of macro 'dvEnumAlloc' dvEnum Enum = dvEnumAlloc(); ^~~~~~~~~~~ src/dvdatabase.c: In function 'allocEntry': src/dvdatabase.h:1112:55: warning: value computed is not used [-Wunused-value] dvRootData.usedEntry == dvRootData.allocatedEntry && (dvEntryAllocMore(), true), \ ^ src/dvdatabase.c:4004:21: note: in expansion of macro 'dvEntryAlloc' dvEntry Entry = dvEntryAlloc(); ^~~~~~~~~~~~ src/dvdatabase.c: In function 'allocTypedef': src/dvdatabase.h:1194:59: warning: value computed is not used [-Wunused-value] dvRootData.usedTypedef == dvRootData.allocatedTypedef && (dvTypedefAllocMore(), true), \ ^ src/dvdatabase.c:4194:25: note: in expansion of macro 'dvTypedefAlloc' dvTypedef Typedef = dvTypedefAlloc(); ^~~~~~~~~~~~~~ src/dvdatabase.c: In function 'allocClass': src/dvdatabase.h:1438:55: warning: value computed is not used [-Wunused-value] dvRootData.usedClass == dvRootData.allocatedClass && (dvClassAllocMore(), true), \ ^ src/dvdatabase.c:4442:21: note: in expansion of macro 'dvClassAlloc' dvClass Class = dvClassAlloc(); ^~~~~~~~~~~~ src/dvdatabase.c: In function 'allocProperty': src/dvdatabase.h:1724:61: warning: value computed is not used [-Wunused-value] dvRootData.usedProperty == dvRootData.allocatedProperty && (dvPropertyAllocMore(), true), \ ^ src/dvdatabase.c:5953:27: note: in expansion of macro 'dvPropertyAlloc' dvProperty Property = dvPropertyAlloc(); ^~~~~~~~~~~~~~~ src/dvdatabase.c: In function 'allocSparsegroup': src/dvdatabase.h:1843:70: warning: value computed is not used [-Wunused-value] : (dvRootData.usedSparsegroup == dvRootData.allocatedSparsegroup && (dvSparsegroupAllocMore(), true), \ ^ src/dvdatabase.c:6737:33: note: in expansion of macro 'dvSparsegroupAlloc' dvSparsegroup Sparsegroup = dvSparsegroupAlloc(); ^~~~~~~~~~~~~~~~~~ src/dvdatabase.c: In function 'allocRelationship': src/dvdatabase.h:1997:69: warning: value computed is not used [-Wunused-value] dvRootData.usedRelationship == dvRootData.allocatedRelationship && (dvRelationshipAllocMore(), true), \ ^ src/dvdatabase.c:6936:35: note: in expansion of macro 'dvRelationshipAlloc' dvRelationship Relationship = dvRelationshipAlloc(); ^~~~~~~~~~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvgenh.c -o obj/dvgenh.o src/dvdatabase.c: In function 'allocKey': src/dvdatabase.h:2082:54: warning: value computed is not used [-Wunused-value] : (dvRootData.usedKey == dvRootData.allocatedKey && (dvKeyAllocMore(), true), \ ^ src/dvdatabase.c:7351:17: note: in expansion of macro 'dvKeyAlloc' dvKey Key = dvKeyAlloc(); ^~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvlexwrap.c -o obj/dvlexwrap.o src/dvdatabase.c: In function 'allocUnion': src/dvdatabase.h:2165:58: warning: value computed is not used [-Wunused-value] : (dvRootData.usedUnion == dvRootData.allocatedUnion && (dvUnionAllocMore(), true), \ ^ src/dvdatabase.c:7452:21: note: in expansion of macro 'dvUnionAlloc' dvUnion Union = dvUnionAlloc(); ^~~~~~~~~~~~ src/dvdatabase.c: In function 'allocCase': src/dvdatabase.h:2232:56: warning: value computed is not used [-Wunused-value] : (dvRootData.usedCase == dvRootData.allocatedCase && (dvCaseAllocMore(), true), \ ^ src/dvdatabase.c:7689:19: note: in expansion of macro 'dvCaseAlloc' dvCase Case = dvCaseAlloc(); ^~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvmain.c -o obj/dvmain.o In file included from src/dv.h:20:0, from src/dvmain.c:25: src/dvmain.c: In function 'dvStart': src/dvdatabase.h:365:53: warning: value computed is not used [-Wunused-value] dvRootData.usedRoot == dvRootData.allocatedRoot && (dvRootAllocMore(), true), \ ^ src/dvmain.c:168:17: note: in expansion of macro 'dvRootAlloc' dvTheRoot = dvRootAlloc(); ^~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvparse.c -o obj/dvparse.o In file included from src/dv.h:20:0, from src/dvparse.y:21: src/dvparse.y: In function 'dvparse': src/dvdatabase.h:2232:56: warning: value computed is not used [-Wunused-value] : (dvRootData.usedCase == dvRootData.allocatedCase && (dvCaseAllocMore(), true), \ ^ src/dvparse.y:475:22: note: in expansion of macro 'dvCaseAlloc' dvCase theCase = dvCaseAlloc(); ^~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvread.c -o obj/dvread.o flex -f -Pdvlex -osrc/dvscan.c src/dvscan.l gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvutil.c -o obj/dvutil.o make -C util make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' Making debug build: make[2]: Entering directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASE_H util.c -o obj-dbg/util.o In file included from ddutil.h:42:0, from util.c:12: util.c: In function 'utInitSymTable': utdatabase.h:144:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ util.c:855:19: note: in expansion of macro 'utSymtabAlloc' utTheSymtab = utSymtabAlloc(); ^~~~~~~~~~~~~ util.c: In function 'utSymCreate': utdatabase.h:213:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ util.c:1102:11: note: in expansion of macro 'utSymAlloc' sym = utSymAlloc(); ^~~~~~~~~~ util.c: In function 'utFindInPath': util.c:1377:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] while(p != '\0') { ^~ util.c:1377:11: note: did you mean to dereference the pointer? while(p != '\0') { ^ In file included from ddutil.h:42:0, from util.c:12: util.c: In function 'utDynarrayCreate_': utdatabase.h:290:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ util.c:1488:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil src/dvscan.c -o obj/dvscan.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASE_H utmanage.c -o obj-dbg/utmanage.o src/dvscan.c: In function 'yy_get_next_buffer': src/dvscan.l:30:51: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] if((result = dvRead((char *) buf, max_size )) < 0 ) \ ^ src/dvscan.c:6378:3: note: in expansion of macro 'YY_INPUT' /* Read in more data. */ ^~~~~~~~ In file included from utmanage.c:10:0: utmanage.c: In function 'findFieldValue': ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:460:5: note: here case UT_UINT: ^~~~ In file included from utmanage.c:10:0: ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:468:5: note: here case UT_CHAR: ^~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASE_H utmem.c -o obj-dbg/utmem.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASE_H utpersist.c -o obj-dbg/utpersist.o utpersist.c: In function 'dumpArray': utpersist.c:1554:20: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] uint32 length, bytes; ^~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASE_H utrand.c -o obj-dbg/utrand.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASE_H utunix.c -o obj-dbg/utunix.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASE_H utdatabase.c -o obj-dbg/utdatabase.o In file included from ddutil.h:42:0, from utdatabase.c:5: utdatabase.c: In function 'allocSymtab': utdatabase.h:144:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ utdatabase.c:30:23: note: in expansion of macro 'utSymtabAlloc' utSymtab Symtab = utSymtabAlloc(); ^~~~~~~~~~~~~ utdatabase.c: In function 'allocSym': utdatabase.h:213:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ utdatabase.c:281:17: note: in expansion of macro 'utSymAlloc' utSym Sym = utSymAlloc(); ^~~~~~~~~~ utdatabase.c: In function 'allocDynarray': utdatabase.h:290:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ utdatabase.c:536:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray Dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ utdatabase.c: In function 'allocSymArray': utdatabase.h:373:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedSymArray == utRootData.allocatedSymArray && (utSymArrayAllocMore(), true), \ ^ utdatabase.c:807:27: note: in expansion of macro 'utSymArrayAlloc' utSymArray SymArray = utSymArrayAlloc(); ^~~~~~~~~~~~~~~ ar -rcs ddutil-dbg.a obj-dbg/util.o obj-dbg/utmanage.o obj-dbg/utmem.o obj-dbg/utpersist.o obj-dbg/utrand.o obj-dbg/utunix.o obj-dbg/utdatabase.o make[2]: Leaving directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' make[2]: Entering directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEP_H util.c -o objp-dbg/util.o In file included from ddutil.h:38:0, from util.c:12: util.c: In function 'utInitSymTable': utdatabasep.h:149:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ util.c:855:19: note: in expansion of macro 'utSymtabAlloc' utTheSymtab = utSymtabAlloc(); ^~~~~~~~~~~~~ util.c: In function 'utSymCreate': utdatabasep.h:224:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ util.c:1102:11: note: in expansion of macro 'utSymAlloc' sym = utSymAlloc(); ^~~~~~~~~~ util.c: In function 'utFindInPath': util.c:1377:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] while(p != '\0') { ^~ util.c:1377:11: note: did you mean to dereference the pointer? while(p != '\0') { ^ In file included from ddutil.h:38:0, from util.c:12: util.c: In function 'utDynarrayCreate_': utdatabasep.h:310:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ util.c:1488:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEP_H utmanage.c -o objp-dbg/utmanage.o In file included from utmanage.c:10:0: utmanage.c: In function 'findFieldValue': ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:460:5: note: here case UT_UINT: ^~~~ In file included from utmanage.c:10:0: ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:468:5: note: here case UT_CHAR: ^~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEP_H utmem.c -o objp-dbg/utmem.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEP_H utpersist.c -o objp-dbg/utpersist.o utpersist.c: In function 'dumpArray': utpersist.c:1554:20: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] uint32 length, bytes; ^~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEP_H utrand.c -o objp-dbg/utrand.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEP_H utunix.c -o objp-dbg/utunix.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEP_H utdatabasep.c -o objp-dbg/utdatabasep.o In file included from ddutil.h:38:0, from utdatabasep.c:5: utdatabasep.c: In function 'allocSymtab': utdatabasep.h:149:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ utdatabasep.c:30:23: note: in expansion of macro 'utSymtabAlloc' utSymtab Symtab = utSymtabAlloc(); ^~~~~~~~~~~~~ utdatabasep.c: In function 'allocSym': utdatabasep.h:224:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ utdatabasep.c:290:17: note: in expansion of macro 'utSymAlloc' utSym Sym = utSymAlloc(); ^~~~~~~~~~ utdatabasep.c: In function 'allocDynarray': utdatabasep.h:310:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ utdatabasep.c:555:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray Dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ utdatabasep.c: In function 'allocSymArray': utdatabasep.h:400:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedSymArray == utRootData.allocatedSymArray && (utSymArrayAllocMore(), true), \ ^ utdatabasep.c:838:27: note: in expansion of macro 'utSymArrayAlloc' utSymArray SymArray = utSymArrayAlloc(); ^~~~~~~~~~~~~~~ ar -rcs ddutilp-dbg.a objp-dbg/util.o objp-dbg/utmanage.o objp-dbg/utmem.o objp-dbg/utpersist.o objp-dbg/utrand.o objp-dbg/utunix.o objp-dbg/utdatabasep.o make[2]: Leaving directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' make[2]: Entering directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEU_H util.c -o obju-dbg/util.o In file included from ddutil.h:40:0, from util.c:12: util.c: In function 'utInitSymTable': utdatabasep.h:149:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ util.c:855:19: note: in expansion of macro 'utSymtabAlloc' utTheSymtab = utSymtabAlloc(); ^~~~~~~~~~~~~ util.c: In function 'utSymCreate': utdatabasep.h:224:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ util.c:1102:11: note: in expansion of macro 'utSymAlloc' sym = utSymAlloc(); ^~~~~~~~~~ util.c: In function 'utFindInPath': util.c:1377:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] while(p != '\0') { ^~ util.c:1377:11: note: did you mean to dereference the pointer? while(p != '\0') { ^ In file included from ddutil.h:40:0, from util.c:12: util.c: In function 'utDynarrayCreate_': utdatabasep.h:310:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ util.c:1488:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEU_H utmanage.c -o obju-dbg/utmanage.o In file included from utmanage.c:10:0: utmanage.c: In function 'findFieldValue': ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:460:5: note: here case UT_UINT: ^~~~ In file included from utmanage.c:10:0: ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:468:5: note: here case UT_CHAR: ^~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEU_H utmem.c -o obju-dbg/utmem.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEU_H utpersist.c -o obju-dbg/utpersist.o utpersist.c: In function 'dumpArray': utpersist.c:1554:20: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] uint32 length, bytes; ^~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEU_H utrand.c -o obju-dbg/utrand.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEU_H utunix.c -o obju-dbg/utunix.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEU_H utdatabaseu.c -o obju-dbg/utdatabaseu.o In file included from ddutil.h:40:0, from utdatabaseu.c:5: utdatabaseu.c: In function 'allocSymtab': utdatabasep.h:149:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ utdatabaseu.c:30:23: note: in expansion of macro 'utSymtabAlloc' utSymtab Symtab = utSymtabAlloc(); ^~~~~~~~~~~~~ utdatabaseu.c: In function 'allocSym': utdatabasep.h:224:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ utdatabaseu.c:299:17: note: in expansion of macro 'utSymAlloc' utSym Sym = utSymAlloc(); ^~~~~~~~~~ utdatabaseu.c: In function 'allocDynarray': utdatabasep.h:310:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ utdatabaseu.c:574:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray Dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ utdatabaseu.c: In function 'allocSymArray': utdatabasep.h:400:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedSymArray == utRootData.allocatedSymArray && (utSymArrayAllocMore(), true), \ ^ utdatabaseu.c:869:27: note: in expansion of macro 'utSymArrayAlloc' utSymArray SymArray = utSymArrayAlloc(); ^~~~~~~~~~~~~~~ ar -rcs ddutilu-dbg.a obju-dbg/util.o obju-dbg/utmanage.o obju-dbg/utmem.o obju-dbg/utpersist.o obju-dbg/utrand.o obju-dbg/utunix.o obju-dbg/utdatabaseu.o make[2]: Leaving directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' make[2]: Entering directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEUP_H util.c -o objup-dbg/util.o In file included from ddutil.h:36:0, from util.c:12: util.c: In function 'utInitSymTable': utdatabaseup.h:159:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ util.c:855:19: note: in expansion of macro 'utSymtabAlloc' utTheSymtab = utSymtabAlloc(); ^~~~~~~~~~~~~ util.c: In function 'utSymCreate': utdatabaseup.h:246:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ util.c:1102:11: note: in expansion of macro 'utSymAlloc' sym = utSymAlloc(); ^~~~~~~~~~ util.c: In function 'utFindInPath': util.c:1377:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] while(p != '\0') { ^~ util.c:1377:11: note: did you mean to dereference the pointer? while(p != '\0') { ^ In file included from ddutil.h:36:0, from util.c:12: util.c: In function 'utDynarrayCreate_': utdatabaseup.h:350:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ util.c:1488:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEUP_H utmanage.c -o objup-dbg/utmanage.o In file included from utmanage.c:10:0: utmanage.c: In function 'findFieldValue': ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:460:5: note: here case UT_UINT: ^~~~ In file included from utmanage.c:10:0: ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:468:5: note: here case UT_CHAR: ^~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEUP_H utmem.c -o objup-dbg/utmem.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEUP_H utpersist.c -o objup-dbg/utpersist.o utpersist.c: In function 'dumpArray': utpersist.c:1554:20: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] uint32 length, bytes; ^~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEUP_H utrand.c -o objup-dbg/utrand.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEUP_H utunix.c -o objup-dbg/utunix.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEUP_H utdatabaseup.c -o objup-dbg/utdatabaseup.o In file included from ddutil.h:36:0, from utdatabaseup.c:5: utdatabaseup.c: In function 'allocSymtab': utdatabaseup.h:159:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ utdatabaseup.c:30:23: note: in expansion of macro 'utSymtabAlloc' utSymtab Symtab = utSymtabAlloc(); ^~~~~~~~~~~~~ utdatabaseup.c: In function 'allocSym': utdatabaseup.h:246:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ utdatabaseup.c:299:17: note: in expansion of macro 'utSymAlloc' utSym Sym = utSymAlloc(); ^~~~~~~~~~ utdatabaseup.c: In function 'allocDynarray': utdatabaseup.h:350:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ utdatabaseup.c:574:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray Dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ utdatabaseup.c: In function 'allocSymArray': utdatabaseup.h:454:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedSymArray == utRootData.allocatedSymArray && (utSymArrayAllocMore(), true), \ ^ utdatabaseup.c:869:27: note: in expansion of macro 'utSymArrayAlloc' utSymArray SymArray = utSymArrayAlloc(); ^~~~~~~~~~~~~~~ ar -rcs ddutilup-dbg.a objup-dbg/util.o objup-dbg/utmanage.o objup-dbg/utmem.o objup-dbg/utpersist.o objup-dbg/utrand.o objup-dbg/utunix.o objup-dbg/utdatabaseup.o make[2]: Leaving directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' Making release build: make[2]: Entering directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASE_H util.c -o obj/util.o In file included from ddutil.h:42:0, from util.c:12: util.c: In function 'utInitSymTable': utdatabase.h:144:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ util.c:855:19: note: in expansion of macro 'utSymtabAlloc' utTheSymtab = utSymtabAlloc(); ^~~~~~~~~~~~~ util.c: In function 'utSymCreate': utdatabase.h:213:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ util.c:1102:11: note: in expansion of macro 'utSymAlloc' sym = utSymAlloc(); ^~~~~~~~~~ util.c: In function 'utFindInPath': util.c:1377:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] while(p != '\0') { ^~ util.c:1377:11: note: did you mean to dereference the pointer? while(p != '\0') { ^ In file included from ddutil.h:42:0, from util.c:12: util.c: In function 'utDynarrayCreate_': utdatabase.h:290:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ util.c:1488:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASE_H utmanage.c -o obj/utmanage.o In file included from utmanage.c:10:0: utmanage.c: In function 'findFieldValue': ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:460:5: note: here case UT_UINT: ^~~~ In file included from utmanage.c:10:0: ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:468:5: note: here case UT_CHAR: ^~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASE_H utmem.c -o obj/utmem.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASE_H utpersist.c -o obj/utpersist.o utpersist.c: In function 'dumpArray': utpersist.c:1554:20: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] uint32 length, bytes; ^~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASE_H utrand.c -o obj/utrand.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASE_H utunix.c -o obj/utunix.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASE_H utdatabase.c -o obj/utdatabase.o In file included from ddutil.h:42:0, from utdatabase.c:5: utdatabase.c: In function 'allocSymtab': utdatabase.h:144:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ utdatabase.c:30:23: note: in expansion of macro 'utSymtabAlloc' utSymtab Symtab = utSymtabAlloc(); ^~~~~~~~~~~~~ utdatabase.c: In function 'allocSym': utdatabase.h:213:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ utdatabase.c:281:17: note: in expansion of macro 'utSymAlloc' utSym Sym = utSymAlloc(); ^~~~~~~~~~ utdatabase.c: In function 'allocDynarray': utdatabase.h:290:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ utdatabase.c:536:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray Dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ utdatabase.c: In function 'allocSymArray': utdatabase.h:373:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedSymArray == utRootData.allocatedSymArray && (utSymArrayAllocMore(), true), \ ^ utdatabase.c:807:27: note: in expansion of macro 'utSymArrayAlloc' utSymArray SymArray = utSymArrayAlloc(); ^~~~~~~~~~~~~~~ ar -rcs ddutil.a obj/util.o obj/utmanage.o obj/utmem.o obj/utpersist.o obj/utrand.o obj/utunix.o obj/utdatabase.o make[2]: Leaving directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' make[2]: Entering directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEP_H util.c -o objp/util.o In file included from ddutil.h:38:0, from util.c:12: util.c: In function 'utInitSymTable': utdatabasep.h:149:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ util.c:855:19: note: in expansion of macro 'utSymtabAlloc' utTheSymtab = utSymtabAlloc(); ^~~~~~~~~~~~~ util.c: In function 'utSymCreate': utdatabasep.h:224:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ util.c:1102:11: note: in expansion of macro 'utSymAlloc' sym = utSymAlloc(); ^~~~~~~~~~ util.c: In function 'utFindInPath': util.c:1377:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] while(p != '\0') { ^~ util.c:1377:11: note: did you mean to dereference the pointer? while(p != '\0') { ^ In file included from ddutil.h:38:0, from util.c:12: util.c: In function 'utDynarrayCreate_': utdatabasep.h:310:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ util.c:1488:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEP_H utmanage.c -o objp/utmanage.o In file included from utmanage.c:10:0: utmanage.c: In function 'findFieldValue': ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:460:5: note: here case UT_UINT: ^~~~ In file included from utmanage.c:10:0: ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:468:5: note: here case UT_CHAR: ^~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEP_H utmem.c -o objp/utmem.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEP_H utpersist.c -o objp/utpersist.o utpersist.c: In function 'dumpArray': utpersist.c:1554:20: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] uint32 length, bytes; ^~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEP_H utrand.c -o objp/utrand.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEP_H utunix.c -o objp/utunix.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEP_H utdatabasep.c -o objp/utdatabasep.o In file included from ddutil.h:38:0, from utdatabasep.c:5: utdatabasep.c: In function 'allocSymtab': utdatabasep.h:149:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ utdatabasep.c:30:23: note: in expansion of macro 'utSymtabAlloc' utSymtab Symtab = utSymtabAlloc(); ^~~~~~~~~~~~~ utdatabasep.c: In function 'allocSym': utdatabasep.h:224:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ utdatabasep.c:290:17: note: in expansion of macro 'utSymAlloc' utSym Sym = utSymAlloc(); ^~~~~~~~~~ utdatabasep.c: In function 'allocDynarray': utdatabasep.h:310:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ utdatabasep.c:555:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray Dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ utdatabasep.c: In function 'allocSymArray': utdatabasep.h:400:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedSymArray == utRootData.allocatedSymArray && (utSymArrayAllocMore(), true), \ ^ utdatabasep.c:838:27: note: in expansion of macro 'utSymArrayAlloc' utSymArray SymArray = utSymArrayAlloc(); ^~~~~~~~~~~~~~~ ar -rcs ddutilp.a objp/util.o objp/utmanage.o objp/utmem.o objp/utpersist.o objp/utrand.o objp/utunix.o objp/utdatabasep.o make[2]: Leaving directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' make[2]: Entering directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEU_H util.c -o obju/util.o In file included from ddutil.h:40:0, from util.c:12: util.c: In function 'utInitSymTable': utdatabasep.h:149:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ util.c:855:19: note: in expansion of macro 'utSymtabAlloc' utTheSymtab = utSymtabAlloc(); ^~~~~~~~~~~~~ util.c: In function 'utSymCreate': utdatabasep.h:224:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ util.c:1102:11: note: in expansion of macro 'utSymAlloc' sym = utSymAlloc(); ^~~~~~~~~~ util.c: In function 'utFindInPath': util.c:1377:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] while(p != '\0') { ^~ util.c:1377:11: note: did you mean to dereference the pointer? while(p != '\0') { ^ In file included from ddutil.h:40:0, from util.c:12: util.c: In function 'utDynarrayCreate_': utdatabasep.h:310:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ util.c:1488:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEU_H utmanage.c -o obju/utmanage.o In file included from utmanage.c:10:0: utmanage.c: In function 'findFieldValue': ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:460:5: note: here case UT_UINT: ^~~~ In file included from utmanage.c:10:0: ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:468:5: note: here case UT_CHAR: ^~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEU_H utmem.c -o obju/utmem.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEU_H utpersist.c -o obju/utpersist.o utpersist.c: In function 'dumpArray': utpersist.c:1554:20: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] uint32 length, bytes; ^~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEU_H utrand.c -o obju/utrand.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEU_H utunix.c -o obju/utunix.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEU_H utdatabaseu.c -o obju/utdatabaseu.o In file included from ddutil.h:40:0, from utdatabaseu.c:5: utdatabaseu.c: In function 'allocSymtab': utdatabasep.h:149:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ utdatabaseu.c:30:23: note: in expansion of macro 'utSymtabAlloc' utSymtab Symtab = utSymtabAlloc(); ^~~~~~~~~~~~~ utdatabaseu.c: In function 'allocSym': utdatabasep.h:224:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ utdatabaseu.c:299:17: note: in expansion of macro 'utSymAlloc' utSym Sym = utSymAlloc(); ^~~~~~~~~~ utdatabaseu.c: In function 'allocDynarray': utdatabasep.h:310:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ utdatabaseu.c:574:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray Dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ utdatabaseu.c: In function 'allocSymArray': utdatabasep.h:400:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedSymArray == utRootData.allocatedSymArray && (utSymArrayAllocMore(), true), \ ^ utdatabaseu.c:869:27: note: in expansion of macro 'utSymArrayAlloc' utSymArray SymArray = utSymArrayAlloc(); ^~~~~~~~~~~~~~~ ar -rcs ddutilu.a obju/util.o obju/utmanage.o obju/utmem.o obju/utpersist.o obju/utrand.o obju/utunix.o obju/utdatabaseu.o make[2]: Leaving directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' make[2]: Entering directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEUP_H util.c -o objup/util.o In file included from ddutil.h:36:0, from util.c:12: util.c: In function 'utInitSymTable': utdatabaseup.h:159:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ util.c:855:19: note: in expansion of macro 'utSymtabAlloc' utTheSymtab = utSymtabAlloc(); ^~~~~~~~~~~~~ util.c: In function 'utSymCreate': utdatabaseup.h:246:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ util.c:1102:11: note: in expansion of macro 'utSymAlloc' sym = utSymAlloc(); ^~~~~~~~~~ util.c: In function 'utFindInPath': util.c:1377:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] while(p != '\0') { ^~ util.c:1377:11: note: did you mean to dereference the pointer? while(p != '\0') { ^ In file included from ddutil.h:36:0, from util.c:12: util.c: In function 'utDynarrayCreate_': utdatabaseup.h:350:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ util.c:1488:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEUP_H utmanage.c -o objup/utmanage.o In file included from utmanage.c:10:0: utmanage.c: In function 'findFieldValue': ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:460:5: note: here case UT_UINT: ^~~~ In file included from utmanage.c:10:0: ddutil.h:208:16: warning: this statement may fall through [-Wimplicit-fallthrough=] #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ddutil.h:208:16: note: in definition of macro 'utExit' #define utExit utSetFileAndLineAndReturnExitFunc(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmanage.c:468:5: note: here case UT_CHAR: ^~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEUP_H utmem.c -o objup/utmem.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEUP_H utpersist.c -o objup/utpersist.o utpersist.c: In function 'dumpArray': utpersist.c:1554:20: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] uint32 length, bytes; ^~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEUP_H utrand.c -o objup/utrand.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEUP_H utunix.c -o objup/utunix.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEUP_H utdatabaseup.c -o objup/utdatabaseup.o In file included from ddutil.h:36:0, from utdatabaseup.c:5: utdatabaseup.c: In function 'allocSymtab': utdatabaseup.h:159:57: warning: value computed is not used [-Wunused-value] utRootData.usedSymtab == utRootData.allocatedSymtab && (utSymtabAllocMore(), true), \ ^ utdatabaseup.c:30:23: note: in expansion of macro 'utSymtabAlloc' utSymtab Symtab = utSymtabAlloc(); ^~~~~~~~~~~~~ utdatabaseup.c: In function 'allocSym': utdatabaseup.h:246:51: warning: value computed is not used [-Wunused-value] utRootData.usedSym == utRootData.allocatedSym && (utSymAllocMore(), true), \ ^ utdatabaseup.c:299:17: note: in expansion of macro 'utSymAlloc' utSym Sym = utSymAlloc(); ^~~~~~~~~~ utdatabaseup.c: In function 'allocDynarray': utdatabaseup.h:350:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedDynarray == utRootData.allocatedDynarray && (utDynarrayAllocMore(), true), \ ^ utdatabaseup.c:574:27: note: in expansion of macro 'utDynarrayAlloc' utDynarray Dynarray = utDynarrayAlloc(); ^~~~~~~~~~~~~~~ utdatabaseup.c: In function 'allocSymArray': utdatabaseup.h:454:64: warning: value computed is not used [-Wunused-value] : (utRootData.usedSymArray == utRootData.allocatedSymArray && (utSymArrayAllocMore(), true), \ ^ utdatabaseup.c:869:27: note: in expansion of macro 'utSymArrayAlloc' utSymArray SymArray = utSymArrayAlloc(); ^~~~~~~~~~~~~~~ ar -rcs ddutilup.a objup/util.o objup/utmanage.o objup/utmem.o objup/utpersist.o objup/utrand.o objup/utunix.o objup/utdatabaseup.o make[2]: Leaving directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' make[1]: Leaving directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' gcc -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -Iutil obj/dvadmin.o obj/dvbuild.o obj/dvdatabase.o obj/dvgenerate.o obj/dvgenc.o obj/dvgenh.o obj/dvlexwrap.o obj/dvmain.o obj/dvparse.o obj/dvread.o obj/dvscan.o obj/dvutil.o util/ddutil-dbg.a -o datadraw