Build of lout with musl toolchain

The build took 00h 01m 03s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
34,121 ansic
162 makefile
111 awk
34,394 total

The process tree of the build process is here.

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: lout 3.40-1 (Tue Apr 4 23:46:10 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z01.o z01.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z02.o z02.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z03.o z03.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z04.o z04.c
# z02.c:632:32: warning: while loop has empty body [-Wempty-body]
# while( chtbl[*p++] == LETTER ); --p;
# ^
# z02.c:632:32: note: put the semicolon on a separate line to silence this warning
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z05.o z05.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z06.o z06.c
# z06.c:65:21: warning: for loop has empty body [-Wempty-body]
# Child(s1, Down(y));
# ^
# z06.c:65:21: note: put the semicolon on a separate line to silence this warning
# z06.c:109:21: warning: for loop has empty body [-Wempty-body]
# Child(y, link);
# ^
# z06.c:109:21: note: put the semicolon on a separate line to silence this warning
# z06.c:128:36: warning: for loop has empty body [-Wempty-body]
# { Child(res, LastDown(res_yield));
# ^
# z06.c:128:36: note: put the semicolon on a separate line to silence this warning
# z06.c:158:35: warning: for loop has empty body [-Wempty-body]
# Child(coval, NextDown(colink));
# ^
# z06.c:158:35: note: put the semicolon on a separate line to silence this warning
# z06.c:687:24: warning: for loop has empty body [-Wempty-body]
# { Child(y, Down(env));
# ^
# z06.c:687:24: note: put the semicolon on a separate line to silence this warning
# z06.c:690:22: warning: for loop has empty body [-Wempty-body]
# Child(yenv, link);
# ^
# z06.c:690:22: note: put the semicolon on a separate line to silence this warning
# z06.c:778:24: warning: for loop has empty body [-Wempty-body]
# Child(res, Down(env));
# ^
# z06.c:778:24: note: put the semicolon on a separate line to silence this warning
# z06.c:1411:20: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z06.c:1411:20: note: put the semicolon on a separate line to silence this warning
# z06.c:1497:26: warning: for loop has empty body [-Wempty-body]
# { Child(tmp, Down(x));
# ^
# z06.c:1497:26: note: put the semicolon on a separate line to silence this warning
# z06.c:1500:28: warning: for loop has empty body [-Wempty-body]
# Child(tmp, Down(tmp));
# ^
# z06.c:1500:28: note: put the semicolon on a separate line to silence this warning
# z06.c:1492:28: warning: for loop has empty body [-Wempty-body]
# { Child(tmp, LastDown(x));
# ^
# z06.c:1492:28: note: put the semicolon on a separate line to silence this warning
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z07.o z07.c
# z07.c:77:63: warning: for loop has empty body [-Wempty-body]
# link = NextDown(link), uplink = NextUp(uplink), i++ );
# ^
# z07.c:77:63: note: put the semicolon on a separate line to silence this warning
# z07.c:90:63: warning: for loop has empty body [-Wempty-body]
# link = NextDown(link), uplink = NextUp(uplink), i++ );
# ^
# z07.c:90:63: note: put the semicolon on a separate line to silence this warning
# z07.c:332:23: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z07.c:332:23: note: put the semicolon on a separate line to silence this warning
# z07.c:361:23: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z07.c:361:23: note: put the semicolon on a separate line to silence this warning
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z08.o z08.c
# 1 warning generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z09.o z09.c
# z08.c:404:23: warning: for loop has empty body [-Wempty-body]
# Child(rthread, rlink);
# ^
# z08.c:404:23: note: put the semicolon on a separate line to silence this warning
# z08.c:341:22: warning: for loop has empty body [-Wempty-body]
# Child(z, Down(g));
# ^
# z08.c:341:22: note: put the semicolon on a separate line to silence this warning
# z08.c:314:17: warning: for loop has empty body [-Wempty-body]
# Child(y, link); Child(g, gaplink);
# ^
# z08.c:314:17: note: put the semicolon on a separate line to silence this warning
# z08.c:457:22: warning: for loop has empty body [-Wempty-body]
# Child(tag, Down(x));
# ^
# z08.c:457:22: note: put the semicolon on a separate line to silence this warning
# z08.c:673:26: warning: for loop has empty body [-Wempty-body]
# Child(par, Down(sym));
# ^
# z08.c:673:26: note: z09.cput the semicolon on a separate line to silence this warning
# :53:24: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(env));
# ^
# z09.c:53:24: note: put the semicolon on a separate line to silence this warning
# z08.c:689:19: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z08.c:689:19: note: put the semicolon on a separate line to silence this warning
# z08.c:736:29: warning: for loop has empty body [-Wempty-body]
# Parent(prntenv, Up(y));
# ^
# z08.c:736:29: note: put the semicolon on a separate line to silence this warning
# z09.c:116:26: warning: for loop has empty body [-Wempty-body]
# Child(env, LastDown(x));
# ^
# z09.c:116:26: note: put the semicolon on a separate line to silence this warning
# z09.c:135:26: warning: for loop has empty body [-Wempty-body]
# Child(env, LastDown(x));
# ^
# z09.c:135:26: note: put the semicolon on a separate line to silence this warning
# z08.c:1192:44: warning: for loop has empty body [-Wempty-body]
# for( p = string(z); *p != '\0'; p++ );
# ^
# z08.c:1192:44: note: put the semicolon on a separate line to silence this warning
# z08.c:1224:44: warning: for loop has empty body [-Wempty-body]
# for( p = string(z); *p != '\0'; p++ );
# ^
# z08.c:1224:44: note: put the semicolon on a separate line to silence this warning
# z08.c:1102:19: warning: for loop has empty body [-Wempty-body]
# Child(g, gaplink);
# ^
# z08.c:1102:19: note: put the semicolon on a separate line to silence this warning
# z08.c:1109:16: warning: for loop has empty body [-Wempty-body]
# Child(y, link);
# ^
# z08.c:1109:16: note: put the semicolon on a separate line to silence this warning
# z08.c:1945:20: warning: for loop has empty body [-Wempty-body]
# Child(y2, link2);
# ^
# z08.c:1945:20: note: put the semicolon on a separate line to silence this warning
# z08.c:963:40: warning: for loop has empty body [-Wempty-body]
# Child(res_env, NextDown(Down(x)));
# ^
# z08.c:963:40: note: put the semicolon on a separate line to silence this warning
# z08.c:1067:38: warning: for loop has empty body [-Wempty-body]
# link = Down(x); Child(y, link);
# ^
# z08.c:1067:38: note: put the semicolon on a separate line to silence this warning
# z08.c:1383:28: warning: for loop has empty body [-Wempty-body]
# Child(y, LastDown(x));
# ^
# z08.c:1383:28: note: put the semicolon on a separate line to silence this warning
# z08.c:1765:26: warning: for loop has empty body [-Wempty-body]
# Child(key, Down(y));
# ^
# z08.c:1765:26: note: put the semicolon on a separate line to silence this warning
# z08.c:1775:28: warning: for loop has empty body [-Wempty-body]
# Child(value, Down(y));
# ^
# z08.c:1775:28: note: put the semicolon on a separate line to silence this warning
# z08.c:2060:24: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(x));
# ^
# z08.c:2060:24: note: put the semicolon on a separate line to silence this warning
# z08.c:2104:24: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(x));
# ^
# z08.c:2104:24: note: put the semicolon on a separate line to silence this warning
# 3 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z10.o z10.c
# z10.c:427:27: warning: for loop has empty body [-Wempty-body]
# { Parent(db, link);
# ^
# z10.c:427:27: note: put the semicolon on a separate line to silence this warning
# z10.c:375:26: warning: for loop has empty body [-Wempty-body]
# Child(tag, LastDown(x));
# ^
# z10.c:375:26: note: put the semicolon on a separate line to silence this warning
# z10.c:384:20: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(x));
# ^
# z10.c:384:20: note: put the semicolon on a separate line to silence this warning
# z10.c:709:23: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z10.c:709:23: note: put the semicolon on a separate line to silence this warning
# z10.c:896:20: warning: for loop has empty body [-Wempty-body]
# { Child(tag, link);
# ^
# z10.c:896:20: note: put the semicolon on a separate line to silence this warning
# z10.c:584:22: warning: for loop has empty body [-Wempty-body]
# Child(tmp, Down(x));
# ^
# z10.c:584:22: note: put the semicolon on a separate line to silence this warning
# z10.c:597:32: warning: for loop has empty body [-Wempty-body]
# Child(tag, NextDown(Down(x)));
# ^
# z10.c:597:32: note: put the semicolon on a separate line to silence this warning
# z10.c:976:24: warning: for loop has empty body [-Wempty-body]
# { Child(y, ylink);
# ^
# z10.c:976:24: note: put the semicolon on a separate line to silence this warning
# 4 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z11.o z11.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z12.o z12.c
# z12.c:95:21: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z12.c:95:21: note: put the semicolon on a separate line to silence this warning
# z12.c:106:21: warning: for loop has empty body [-Wempty-body]
# Child(y, link);
# ^
# z12.c:106:21: note: put the semicolon on a separate line to silence this warning
# z12.c:144:21: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z12.c:144:21: note: put the semicolon on a separate line to silence this warning
# z12.c:155:21: warning: for loop has empty body [-Wempty-body]
# Child(y, link);
# ^
# z12.c:155:21: note: put the semicolon on a separate line to silence this warning
# z12.c:138:33: warning: for loop has empty body [-Wempty-body]
# Parent(prnt, UpDim(x, COLM));
# ^
# z12.c:138:33: note: put the semicolon on a separate line to silence this warning
# z12.c:60:26: warning: for loop has empty body [-Wempty-body]
# Child(spanobj, Down(x));
# ^
# z12.c:60:26: note: put the semicolon on a separate line to silence this warning
# z12.c:199:32: warning: for loop has empty body [-Wempty-body]
# { Child(*res, PrevDown(link));
# ^
# z12.c:199:32: note: put the semicolon on a separate line to silence this warning
# z12.c:203:32: warning: for loop has empty body [-Wempty-body]
# { Child(*res, PrevDown(link));
# ^
# z12.c:203:32: note: put the semicolon on a separate line to silence this warning
# z12.c:550:28: warning: for loop has empty body [-Wempty-body]
# Child(t, DownDim(x, COLM));
# ^
# z12.c:550:28: note: put the semicolon on a separate line to silence this warning
# z12.c:657:23: warning: for loop has empty body [-Wempty-body]
# Child(y, link);
# ^
# z12.c:657:23: note: put the semicolon on a separate line to silence this warning
# z12.c:1180:18: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z12.c:1180:18: note: put the semicolon on a separate line to silence this warning
# z12.c:1253:18: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z12.c:1253:18: note: put the semicolon on a separate line to silence this warning
# z12.c:1271:18: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z12.c:1271:18: note: put the semicolon on a separate line to silence this warning
# z12.c:1298:18: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z12.c:1298:18: note: put the semicolon on a separate line to silence this warning
# z12.c:1319:18: warning: for loop has empty body [-Wempty-body]
# 8 { Child(y, link); warning
# s ^ generated.
#
# z12.c:1319:18: note: put the semicolon on a separate line to silence this warning
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z13.o z13.c
# z13.c:256:19: warning: for loop has empty body [-Wempty-body]
# Child(g, link);
# ^
# z13.c:256:19: note: put the semicolon on a separate line to silence this warning
# z13.c:259:29: warning: for loop has empty body [-Wempty-body]
# Child(y, NextDown(link));
# ^
# z13.c:259:29: note: put the semicolon on a separate line to silence this warning
# z13.c:305:21: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z13.c:305:21: note: put the semicolon on a separate line to silence this warning
# z13.c:316:21: warning: for loop has empty body [-Wempty-body]
# Child(g, link);
# ^
# z13.c:316:21: note: put the semicolon on a separate line to silence this warning
# z13.c:247:20: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(x));
# ^
# z13.c:247:20: note: put the semicolon on a separate line to silence this warning
# 11 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z14.o z14.c
# 5 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z15.o z15.c
# z14.c:1065:35: warning: for loop has empty body [-Wempty-body]
# Child(tmp, PrevDown(LastDown(x))); /* last is lgap, so one before */
# ^
# z14.c:1065:35: note: put the semicolon on a separate line to silence this warning
# z14.c:1161:28: warning: for loop has empty body [-Wempty-body]
# { Child(z, LastDown(y));
# ^
# z14.c:1161:28: note: put the semicolon on a separate line to silence this warning
# z14.c:1164:28: warning: for loop has empty body [-Wempty-body]
# Child(z, LastDown(y));
# ^
# z14.c:1164:28: note: put the semicolon on a separate line to silence this warning
# z14.c:1171:37: warning: for loop has empty body [-Wempty-body]
# { Child(gp, NextDown(Down(res)));
# ^
# z14.c:1171:37: note: put the semicolon on a separate line to silence this warning
# z14.c:1176:41: warning: for loop has empty body [-Wempty-body]
# { Child(gp, PrevDown(LastDown(res)));
# ^
# z14.c:1176:41: note: put the semicolon on a separate line to silence this warning
# z14.c:1183:28: warning: for loop has empty body [-Wempty-body]
# Child(y, LastDown(res));
# ^
# z14.c:1183:28: note: put the semicolon on a separate line to silence this warning
# 15 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z16.o z16.c
# z16.c:272:24: warning: for loop has empty body [-Wempty-body]
# { Parent(y, link);
# ^
# z16.c:272:24: note: put the semicolon on a separate line to silence this warning
# z16.c:336:22: warning: for loop has empty body [-Wempty-body]
# { Child(z, link);
# ^
# z16.c:336:22: note: put the semicolon on a separate line to silence this warning
# 2 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z17.o z17.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z18.o z18.c
# z18.c:149:30: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(root_galley));
# ^
# z18.c:149:30: note: put the semicolon on a separate line to silence this warning
# z18.c:373:33: warning: for loop has empty body [-Wempty-body]
# { Child(y, Down(dest_index));
# ^
# z18.c:373:33: note: put the semicolon on a separate line to silence this warning
# z18.c:400:30: warning: for loop has empty body [-Wempty-body]
# Parent(y, Up(dest_index));
# ^
# z18.c:400:30: note: put the semicolon on a separate line to silence this warning
# z18.c:321:41: warning: for loop has empty body [-Wempty-body]
# Child(dest_index, Down(targets[itop]));
# ^
# z18.c:321:41: note: put the semicolon on a separate line to silence this warning
# z18.c:457:27: warning: for loop has empty body [-Wempty-body]
# { Child(z, LastDown(hd));
# ^
# z18.c:457:27: note: put the semicolon on a separate line to silence this warning
# z18.c:470:33: warning: for loop has empty body [-Wempty-body]
# { Child(y, Down(dest_index));
# ^
# z18.c:470:33: note: put the semicolon on a separate line to silence this warning
# z18.c:496:30: warning: for loop has empty body [-Wempty-body]
# { Parent(y, Up(dest_index));
# ^
# z18.c:496:30: note: put the semicolon on a separate line to silence this warning
# z18.c:429:41: warning: for loop has empty body [-Wempty-body]
# Child(dest_index, Down(targets[itop]));
# ^
# z18.c:429:41: note: put the semicolon on a separate line to silence this warning
# 6 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z19.o z19.c
# z19.c:99:23: warning: for loop has empty body [-Wempty-body]
# Parent(prnt, Up(hd));
# ^
# z19.c:99:23: note: put the semicolon on a separate line to silence this warning
# z19.c:868:39: warning: for loop has empty body [-Wempty-body]
# Child(z, LastDown(target_galley));
# ^
# z19.c:868:39: note: put the semicolon on a separate line to silence this warning
# z19.c:496:24: warning: for loop has empty body [-Wempty-body]
# Parent(tmp, Up(tmp));
# ^
# z19.c:496:24: note: put the semicolon on a separate line to silence this warning
# z19.c:753:37: warning: for loop has empty body [-Wempty-body]
# Child(z, LastDown(target_galley)); /* works in all cases? */
# ^
# z19.c:753:37: note: put the semicolon on a separate line to silence this warning
# z19.c:814:37: warning: for loop has empty body [-Wempty-body]
# Child(z, LastDown(target_galley)); /* works in all cases? */
# ^
# z19.c:814:37: note: put the semicolon on a separate line to silence this warning
# z19.c:444:21: warning: for loop has empty body [-Wempty-body]
# Child(y, link);
# ^
# z19.c:444:21: note: put the semicolon on a separate line to silence this warning
# z19.c:1002:24: warning: for loop has empty body [-Wempty-body]
# Parent(junk, Up(dest));
# ^
# z19.c:1002:24: note: put the semicolon on a separate line to silence this warning
# z19.c:250:27: warning: for loop has empty body [-Wempty-body]
# Parent(hd_index, Up(hd));
# ^
# z19.c:250:27: note: put the semicolon on a separate line to silence this warning
# 8 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z20.o z20.c
# z20.c:268:41: warning: for loop has empty body [-Wempty-body]
# { Parent(prnt, Up(dest_index));
# ^
# z20.c:268:41: note: put the semicolon on a separate line to silence this warning
# z20.c:582:33: warning: for loop has empty body [-Wempty-body]
# Parent(dest_encl, Up(dest));
# ^
# z20.c:582:33: note: put the semicolon on a separate line to silence this warning
# z20.c:736:32: warning: for loop has empty body [-Wempty-body]
# { Child(tgp, NextDown(link));
# ^
# z20.c:736:32: note: put the semicolon on a separate line to silence this warning
# z20.c:467:22: warning: for loop has empty body [-Wempty-body]
# Parent(tmp, Up(tmp));
# ^
# z20.c:467:22: note: put the semicolon on a separate line to silence this warning
# z20.c:858:23: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z20.c:858:23: note: put the semicolon on a separate line to silence this warning
# z20.c:934:27: warning: for loop has empty body [-Wempty-body]
# Child(tag, Down(eg)); Child(seq, LastDown(eg));
# ^
# z20.c:934:27: note: put the semicolon on a separate line to silence this warning
# z20.c:1012:26: warning: for loop has empty body [-Wempty-body]
# Child(tag, LastDown(cr));
# ^
# z20.c:1012:26: note: put the semicolon on a separate line to silence this warning
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z21.o z21.c
# z21.c:99:32: warning: for loop has empty body [-Wempty-body]
# Child(tmp1, Down(bt[COLM])); Child(tmp2, Down(ft[COLM]));
# ^
# z21.c:99:32: note: put the semicolon on a separate line to silence this warning
# z21.c:209:34: warning: for loop has empty body [-Wempty-body]
# Child(hor, DownDim(y, COLM));
# ^
# z21.c:209:34: note: put the semicolon on a separate line to silence this warning
# z21.c:211:34: warning: for loop has empty body [-Wempty-body]
# Parent(thor, UpDim(z, COLM));
# ^
# z21.c:211:34: note: put the semicolon on a separate line to silence this warning
# z21.c:407:23: warning: for loop has empty body [-Wempty-body]
# Child(tmp, Down(z));
# ^
# z21.c:407:23: note: put the semicolon on a separate line to silence this warning
# 8 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z22.o z22.c
# z22.c:167:21: warning: for loop has empty body [-Wempty-body]
# Child(z, Down(y));
# ^
# z22.c:167:21: note: put the semicolon on a separate line to silence this warning
# z22.c:187:24: warning: for loop has empty body [-Wempty-body]
# Parent(z, Up(tmp));
# ^
# z22.c:187:24: note: put the semicolon on a separate line to silence this warning
# z22.c:183:28: warning: for loop has empty body [-Wempty-body]
# { Parent(tmp, LastUp(tmp));
# ^
# z22.c:183:28: note: put the semicolon on a separate line to silence this warning
# z22.c:150:27: warning: for loop has empty body [-Wempty-body]
# { Child(y, Down(inners));
# ^
# z22.c:150:27: note: put the semicolon on a separate line to silence this warning
# z22.c:274:29: warning: for loop has empty body [-Wempty-body]
# Child(z, LastDown(hd));
# ^
# z22.c:274:29: note: put the semicolon on a separate line to silence this warning
# z22.c:230:36: warning: for loop has empty body [-Wempty-body]
# { Child(target_index, Down(recs)); DeleteLink( Down(recs) );
# ^
# z22.c:230:36: note: put the semicolon on a separate line to silence this warning
# z22.c:529:38: warning: for loop has empty body [-Wempty-body]
# Child(g, LastDown(headers(hd, i)));
# ^
# z22.c:529:38: note: put the semicolon on a separate line to silence this warning
# z22.c:717:27: warning: for loop has empty body [-Wempty-body]
# Parent(prnt, Up(dest)); /* can't be threaded */
# ^
# z22.c:717:27: note: put the semicolon on a separate line to silence this warning
# z22.c:755:21: warning: for loop has empty body [-Wempty-body]
# Child(z, Down(y));
# ^
# z22.c:755:21: note: put the semicolon on a separate line to silence this warning
# z22.c:815:21: warning: for loop has empty body [-Wempty-body]
# Child(z, Down(y));
# ^
# z22.c:815:21: note: put the semicolon on a separate line to silence this warning
# z22.c:818:30: warning: for loop has empty body [-Wempty-body]
# Child(page_label, Down(z));
# ^
# z22.c:818:30: note: put the semicolon on a separate line to silence this warning
# z22.c:737:31: warning: for loop has empty body [-Wempty-body]
# { Child(y, NextDown(link));
# ^
# z22.c:737:31: note: put the semicolon on a separate line to silence this warning
# z22.c:979:38: warning: for loop has empty body [-Wempty-body]
# { Parent(tmp1, UpDim(dest, COLM));
# ^
# z22.c:979:38: note: put the semicolon on a separate line to silence this warning
# z22.c:983:36: warning: for loop has empty body [-Wempty-body]
# Child(tmp2, DownDim(y, COLM));
# ^
# z22.c:983:36: note: put the semicolon on a separate line to silence this warning
# z22.c:1004:31: warning: for loop has empty body [-Wempty-body]
# { Child(y, NextDown(link));
# ^
# z22.c:1004:31: note: put the semicolon on a separate line to silence this warning
# z22.c:1100:21: warning: for loop has empty body [-Wempty-body]
# Child(z, Down(y)); KillGalley(z, FALSE);
# ^
# z22.c:1100:21: note: put the semicolon on a separate line to silence this warning
# z22.c:1073:23: warning: for loop has empty body [-Wempty-body]
# Parent(prnt, Up(hd));
# ^
# z22.c:1073:23: note: put the semicolon on a separate line to silence this warning
# z22.c:1207:21: warning: for loop has empty body [-Wempty-body]
# Child(x, Down(hd));
# ^
# z22.c:1207:21: note: put the semicolon on a separate line to silence this warning
# 4 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z23.o z23.c
# z23.c:266:28: warning: for loop has empty body [-Wempty-body]
# Child(z, Down(y));
# ^
# z23.c:266:28: note: put the semicolon on a separate line to silence this warning
# z23.c:260:46: warning: for loop has empty body [-Wempty-body]
# CountChild(y, DownDim(x, dim), count);
# ^
# z23.c:260:46: note: put the semicolon on a separate line to silence this warning
# z23.c:1371:55: warning: for loop has empty body [-Wempty-body]
# link = NextDown(link), uplink = NextUp(uplink), i++ );
# ^
# z23.c:1371:55: note: put the semicolon on a separate line to silence this warning
# z23.c:1373:33: warning: for loop has empty body [-Wempty-body]
# CountChild(y, link, count);
# ^
# z23.c:1373:33: note: put the semicolon on a separate line to silence this warning
# 7 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z24.o z24.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z25.o z25.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z26.o z26.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z27.o z27.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z28.o z28.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z29.o z29.c
# z29.c:293:19: warning: for loop has empty body [-Wempty-body]
# { Child(x, link);
# ^
# z29.c:293:19: note: put the semicolon on a separate line to silence this warning
# z29.c:593:20: warning: for loop has empty body [-Wempty-body]
# { Child(q, link);
# ^
# z29.c:593:20: note: put the semicolon on a separate line to silence this warning
# z29.c:633:19: warning: for loop has empty body [-Wempty-body]
# Parent(p, Up(s));
# ^
# z29.c:633:19: note: put the semicolon on a separate line to silence this warning
# 4 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z30.o z30.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z31.o z31.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z32.o z32.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z33.o z33.c
# 18 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z34.o z34.c
# z33.c:382:21: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z33.c:382:21: note: put the semicolon on a separate line to silence this warning
# z33.c:578:23: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z33.c:578:23: note: put the semicolon on a separate line to silence this warning
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z35.o z35.c
# 3 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z36.o z36.c
# 2 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z37.o z37.c
# z37.c:1149:23: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z37.c:1149:23: note: put the semicolon on a separate line to silence this warning
# z37.c:1310:53: warning: for loop has empty body [-Wempty-body]
# Parent(tmpf, Up(finfo[font(*style)].font_table));
# ^
# z37.c:1310:53: note: put the semicolon on a separate line to silence this warning
# z37.c:1313:29: warning: for loop has empty body [-Wempty-body]
# Parent(family, Up(tmpf));
# ^
# z37.c:1313:29: note: put the semicolon on a separate line to silence this warning
# z37.c:1334:55: warning: for loop has empty body [-Wempty-body]
# Parent(face, Up(finfo[font(*style)].font_table));
# ^
# z37.c:1334:55: note: put the semicolon on a separate line to silence this warning
# z37.c:1445:45: warning: for loop has empty body [-Wempty-body]
# Child(old, NextDown(NextDown(Down(face))));
# ^
# z37.c:1445:45: note: put the semicolon on a separate line to silence this warning
# z37.c:1822:27: warning: for loop has empty body [-Wempty-body]
# Parent(family, Up(face));
# ^
# z37.c:1822:27: note: put the semicolon on a separate line to silence this warning
# z37.c:1833:27: warning: for loop has empty body [-Wempty-body]
# Parent(family, Up(face));
# ^
# z37.c:1833:27: note: put the semicolon on a separate line to silence this warning
# z37.c:1880:25: warning: for loop has empty body [-Wempty-body]
# { Child(face, flink);
# ^
# z37.c:1880:25: note: put the semicolon on a separate line to silence this warning
# z37.c:1884:33: warning: for loop has empty body [-Wempty-body]
# Child(ps_name, Down(face));
# ^
# z37.c:1884:33: note: put the semicolon on a separate line to silence this warning
# z37.c:1886:56: warning: for loop has empty body [-Wempty-body]
# Child(first_size, NextDown(NextDown(Down(face))));
# ^
# z37.c:1886:56: note: put the semicolon on a separate line to silence this warning
# z37.c:1877:24: warning: for loop has empty body [-Wempty-body]
# { Child(family, link);
# ^
# z37.c:1877:24: note: put the semicolon on a separate line to silence this warning
# z37.c:1920:22: warning: for loop has empty body [-Wempty-body]
# Child(face, link);
# ^
# z37.c:1920:22: note: put the semicolon on a separate line to silence this warning
# z37.c:1925:54: warning: for loop has empty body [-Wempty-body]
# Child(first_size, NextDown(NextDown(Down(face))));
# ^
# z37.c:1925:54: note: put the semicolon on a separate line to silence this warning
# z37.c:1927:31: warning: for loop has empty body [-Wempty-body]
# Child(ps_name, Down(face));
# ^
# z37.c:1927:31: note: put the semicolon on a separate line to silence this warning
# z37.c:1953:22: warning: for loop has empty body [-Wempty-body]
# Child(face, link);
# ^
# z37.c:1953:22: note: put the semicolon on a separate line to silence this warning
# z37.c:1956:31: warning: for loop has empty body [-Wempty-body]
# Child(ps_name, Down(face));
# ^
# z37.c:1956:31: note: put the semicolon on a separate line to silence this warning
# z37.c:2031:33: warning: for loop has empty body [-Wempty-body]
# Child(ps_name, Down(face));
# ^
# z37.c:2031:33: note: put the semicolon on a separate line to silence this warning
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z38.o z38.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z39.o z39.c
# 19 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z40.o z40.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z41.o z41.c
# z40.c:112:20: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(x));
# ^
# z40.c:112:20: note: put the semicolon on a separate line to silence this warning
# z40.c:115:30: warning: for loop has empty body [-Wempty-body]
# Child(y, NextDown(Down(x)));
# ^
# z40.c:115:30: note: put the semicolon on a separate line to silence this warning
# z41.c:353:39: warning: for loop has empty body [-Wempty-body]
# { Child(next_gap, NextDown(link));
# ^
# z41.c:353:39: note: put the semicolon on a separate line to silence this warning
# z41.c:394:21: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(x));
# ^
# z41.c:394:21: note: put the semicolon on a separate line to silence this warning
# z41.c:413:27: warning: for loop has empty body [-Wempty-body]
# Child(env, LastDown(x));
# ^
# z41.c:413:27: note: put the semicolon on a separate line to silence this warning
# z41.c:426:21: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(x));
# ^
# z41.c:426:21: note: put the semicolon on a separate line to silence this warning
# 2 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z42.o z42.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z43.o z43.c
# 4 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z44.o z44.c
# z43.c:224:19: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z43.c:224:19: note: put the semicolon on a separate line to silence this warning
# z43.c:243:33: warning: for loop has empty body [-Wempty-body]
# Child(hyph_file, Down(inside));
# ^
# z43.c:243:33: note: put the semicolon on a separate line to silence this warning
# z44.c:210:33: warning: for loop has empty body [-Wempty-body]
# Child(sh, DownDim(s2, COLM));
# ^
# z44.c:210:33: note: put the semicolon on a separate line to silence this warning
# 17 warnings generated.
# z44.c:385:33: warning: for loop has empty body [-Wempty-body]
# { Child(index, NextDown(link));
# ^
# z44.c:385:33: note: put the semicolon on a separate line to silence this warning
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z45.o z45.c
# z44.c:561:21: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(hd));
# ^
# z44.c:561:21: note: put the semicolon on a separate line to silence this warning
# 2 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z46.o z46.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z47.o z47.c
# z47.c:137:34: warning: for loop has empty body [-Wempty-body]
# Child(loser, Down(env_cache));
# ^
# z47.c:137:34: note: put the semicolon on a separate line to silence this warning
# z46.c:132:24: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(res));
# ^
# z46.c:132:24: note: put the semicolon on a separate line to silence this warning
# z46.c:134:22: warning: for loop has empty body [-Wempty-body]
# Child(y, Down(y));
# ^
# z46.c:134:22: note: put the semicolon on a separate line to silence this warning
# z47.c:211:34: warning: for loop has empty body [-Wempty-body]
# Child(loser, Down(env_cache));
# ^
# z47.c:211:34: note: put the semicolon on a separate line to silence this warning
# z46.c:227:43: warning: for loop has empty body [-Wempty-body]
# { Child(g, LastDown(opt_components(hd)));
# ^
# z46.c:227:43: note: put the semicolon on a separate line to silence this warning
# z46.c:302:44: warning: for loop has empty body [-Wempty-body]
# Child(last, LastDown(opt_components(hd)));
# ^
# z46.c:302:44: note: put the semicolon on a separate line to silence this warning
# 2 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z48.o z48.c
# 4 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z49.o z49.c
# z49.c:119:33: warning: format specifies type 'short' but the argument has type 'FULL_LENGTH' (aka 'int') [-Wformat]
# fprintf(out_fp, "%hd %s", FontSize(currentfont, nilobj),
# ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# %d
# z49.c:1244:21: warning: for loop has empty body [-Wempty-body]
# { Child(x, link);
# ^
# z49.c:1244:21: note: put the semicolon on a separate line to silence this warning
# z49.c:1253:21: warning: for loop has empty body [-Wempty-body]
# { Child(x, link);
# ^
# z49.c:1253:21: note: put the semicolon on a separate line to silence this warning
# z49.c:2064:19: warning: for loop has empty body [-Wempty-body]
# { Child(y, link);
# ^
# z49.c:2064:19: note: put the semicolon on a separate line to silence this warning
# 3 warnings generated.
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z50.o z50.c
# clang -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"/usr/lib/lout\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=0 -DASSERT_ON=1 -ansi -pedantic -O3 -DDEBUG_ON=0 -DPDF_COMPRESSION=1 -I/usr/lib/ -c -o z51.o z51.c
# z51.c:204:75: warning: for loop has empty body [-Wempty-body]
# for( jmax = hsize-1; jmax >= 0 && page[i*hsize+jmax] == ' '; jmax--);
# ^
# z51.c:204:75: note: put the semicolon on a separate line to silence this warning
# z51.c:381:77: warning: for loop has empty body [-Wempty-body]
# for( jmax = hsize-1; jmax >= 0 && page[i*hsize+jmax] == ' '; jmax--);
# ^
# z51.c:381:77: note: put the semicolon on a separate line to silence this warning
# z48.c:52:10: fatal error: 'zlib.h' file not found
# #include "zlib.h"
# ^
# 1 error generated.
# make: *** [: z48.o] Error 1
# make: *** Waiting for unfinished jobs....
# 2 warnings generated.
# 4 warnings generated.
# ==> ERROR: A failure occurred in build().
# Aborting...