=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 -O2 -Iutil src/dvadmin.c -o obj/dvadmin.o gcc -c -O2 -Iutil src/dvbuild.c -o obj/dvbuild.o gcc -c -O2 -Iutil src/dvdatabase.c -o obj/dvdatabase.o gcc -c -O2 -Iutil src/dvgenerate.c -o obj/dvgenerate.o gcc -c -O2 -Iutil src/dvgenc.c -o obj/dvgenc.o gcc -c -O2 -Iutil src/dvgenh.c -o obj/dvgenh.o gcc -c -O2 -Iutil src/dvlexwrap.c -o obj/dvlexwrap.o gcc -c -O2 -Iutil src/dvmain.c -o obj/dvmain.o gcc -c -O2 -Iutil src/dvparse.c -o obj/dvparse.o gcc -c -O2 -Iutil src/dvread.c -o obj/dvread.o flex -f -Pdvlex -osrc/dvscan.c src/dvscan.l gcc -c -O2 -Iutil src/dvutil.c -o obj/dvutil.o make -C util 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': Making release build: gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASE_H utmanage.c -o obj-dbg/utmanage.o 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(); ^~~~~~~~~~~~~~~ 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 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: ^~~~ 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 -O2 -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 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 -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 -DDD_DEBUG -DUT_USE_UTDATABASE_H utrand.c -o obj-dbg/utrand.o 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 -DDD_DEBUG -DUT_USE_UTDATABASE_H utunix.c -o obj-dbg/utunix.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASE_H utpersist.c -o obj/utpersist.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(); ^~~~~~~~~~~~~ utpersist.c: In function 'dumpArray': utpersist.c:1554:20: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] uint32 length, bytes; ^~~~~ 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(); ^~~~~~~~~~~~~~~ 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 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: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(); ^~~~~~~~~~~~~~~ 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 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 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: ^~~~ 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 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' gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEP_H utunix.c -o objp-dbg/utunix.o 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 -DDD_DEBUG -DUT_USE_UTDATABASEP_H utdatabasep.c -o objp-dbg/utdatabasep.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEP_H utmanage.c -o objp/utmanage.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEP_H utmem.c -o objp/utmem.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(); ^~~~~~~~~~~~~~~ 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 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; ^~~~~ 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 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 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(); ^~~~~~~~~~~~~~~ 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 utrand.c -o objp/utrand.o 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 -O2 -DUT_USE_UTDATABASEP_H utunix.c -o objp/utunix.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 gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEP_H utdatabasep.c -o objp/utdatabasep.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEU_H utrand.c -o obju-dbg/utrand.o utpersist.c: In function 'dumpArray': utpersist.c:1554:20: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] uint32 length, bytes; ^~~~~ 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(); ^~~~~~~~~~~~~~~ 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 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(); ^~~~~~~~~~~~~~~ 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 gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEUP_H utmanage.c -o objup-dbg/utmanage.o gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -DDD_DEBUG -DUT_USE_UTDATABASEUP_H utmem.c -o objup-dbg/utmem.o 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 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(); ^~~~~~~~~~~~~ make[2]: Leaving directory '/tmp/databases/datadraw/work/datadraw3.1.1/util' 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(); ^~~~~~~~~~ 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 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 utmanage.c:10:0: utmanage.c: In function 'findFieldValue': In file included from ddutil.h:36:0, from util.c:12: util.c: In function 'utDynarrayCreate_': 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__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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(); ^~~~~~~~~~~~~~~ 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 utmanage.c -o obju/utmanage.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(); ^~~~~~~~~~~~~~~ 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 -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 -O2 -DUT_USE_UTDATABASEU_H utpersist.c -o obju/utpersist.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 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 -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(); ^~~~~~~~~~~~~ gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEU_H utunix.c -o obju/utunix.o 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(); ^~~~~~~~~~~~~~~ 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 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' 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 gcc -c -g -Wall -W -Wno-unused-parameter -Wno-unused-function -O2 -DUT_USE_UTDATABASEUP_H utmanage.c -o objup/utmanage.o 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 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_': utpersist.c: In function 'dumpArray': 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(); ^~~~~~~~~~~~~~~ utpersist.c:1554:20: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] uint32 length, bytes; ^~~~~ 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 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 -O2 -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