9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] APE port: lout(1)
@ 2010-05-18 23:11 Akshat Kumar
  2010-05-19 14:25 ` Richard Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Akshat Kumar @ 2010-05-18 23:11 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 1529 bytes --]

I've been trying to compile and use the typesetter, Lout,
via APE. With minor modifications[1] to code[2], I've got
it to compile fine under APE. However, there is seems to
be some basic problem[3] in its execution, so I think my
modifications are to blame.

Could someone with more experience in this area take
a look? It seems to be a nice typesetter.
I'd be more than happy to provide any more information
that I can.


Best,
ak

[1] The only modification I had to make (other
than to the makefile) was to:

lout/z03.c:200
- static FILE_POS no_file_pos = {0, 0, 0, 0, 0};
+ static FILE_POS no_file_pos = {0, 0, 0};

This change is reflected by the definition
of the structure, FILE_POS, at
lout/externs.h:794
(I don't really understand the syntax (see ':'):
unsigned oline_num : 20;
unsigned ocol_num : 12;
but upon compilation, if z03.c is left unchanged,
we see errors about initializing bitfields).

[2] I don't feel comfortable mailing 2 MB worth
of data to everyone on the mailing list, so I'll
provide links.
My modified sources are available here:
http://nanosouffle.net/in/akumar/lout.tgz
and the original sources here:
ftp://ftp.cs.usyd.edu.au/jeff/lout/lout-3.38.tar.gz

[3] The execution that fails is actually a crucial
part of the `make install' process. I've attached
the whole output of the build and install
processes. (Note that building with DEBUG and
TRACING fails at z48.c - not shown.)

[e^x] My apologies for abusing footnotes to
encode the actual message.

[-- Attachment #2: louterr --]
[-- Type: application/octet-stream, Size: 272644 bytes --]

term% cpu
cpu% cd alt/devel/ports/lout
cpu% ape/psh
$ make install
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z01.c
warning: /usr/akumar/alt/devel/ports/lout/z01.c:575[stdin:4706] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:575[stdin:4706] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:575[stdin:4706] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:575[stdin:4706] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:577[stdin:4708] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:577[stdin:4708] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:577[stdin:4708] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:577[stdin:4708] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:595[stdin:4726] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:595[stdin:4726] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:595[stdin:4726] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:595[stdin:4726] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:598[stdin:4729] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:598[stdin:4729] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:598[stdin:4729] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:598[stdin:4729] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:616[stdin:4747] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:616[stdin:4747] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:616[stdin:4747] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:616[stdin:4747] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:619[stdin:4750] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:619[stdin:4750] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:619[stdin:4750] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z01.c:619[stdin:4750] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z02.c
warning: /usr/akumar/alt/devel/ports/lout/z02.c:918[stdin:4894] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:918[stdin:4894] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:918[stdin:4894] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:918[stdin:4894] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:928[stdin:4904] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:928[stdin:4904] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:928[stdin:4904] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:928[stdin:4904] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:929[stdin:4905] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:929[stdin:4905] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:929[stdin:4905] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:929[stdin:4905] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:930[stdin:4906] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:930[stdin:4906] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:930[stdin:4906] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:930[stdin:4906] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:968[stdin:4944] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:968[stdin:4944] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:968[stdin:4944] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:969[stdin:4945] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:969[stdin:4945] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:969[stdin:4945] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:977[stdin:4953] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:977[stdin:4953] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:977[stdin:4953] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:996[stdin:4972] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:996[stdin:4972] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:996[stdin:4972] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1022[stdin:4998] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1022[stdin:4998] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1022[stdin:4998] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1023[stdin:4999] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1023[stdin:4999] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1023[stdin:4999] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1032[stdin:5008] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1032[stdin:5008] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1032[stdin:5008] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1033[stdin:5009] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1033[stdin:5009] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1033[stdin:5009] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1038[stdin:5014] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1038[stdin:5014] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1038[stdin:5014] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1039[stdin:5015] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1039[stdin:5015] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1039[stdin:5015] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1058[stdin:5034] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1058[stdin:5034] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1058[stdin:5034] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1078[stdin:5054] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1078[stdin:5054] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1078[stdin:5054] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1082[stdin:5058] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1082[stdin:5058] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1082[stdin:5058] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1083[stdin:5059] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1083[stdin:5059] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1083[stdin:5059] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1088[stdin:5064] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1088[stdin:5064] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1088[stdin:5064] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1089[stdin:5065] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1089[stdin:5065] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1089[stdin:5065] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1101[stdin:5077] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1101[stdin:5077] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z02.c:1101[stdin:5077] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z03.c
warning: /usr/akumar/alt/devel/ports/lout/z03.c:121[stdin:4157] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:121[stdin:4157] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:121[stdin:4157] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:121[stdin:4157] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:219[stdin:4252] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:219[stdin:4252] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:219[stdin:4252] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:219[stdin:4252] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:232[stdin:4265] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:232[stdin:4265] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:232[stdin:4265] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:232[stdin:4265] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:268[stdin:4301] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:268[stdin:4301] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:268[stdin:4301] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:268[stdin:4301] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:820[stdin:4848] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:820[stdin:4848] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:820[stdin:4848] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z03.c:820[stdin:4848] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z04.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z05.c
warning: /usr/akumar/alt/devel/ports/lout/z05.c:59[stdin:4099] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:59[stdin:4099] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:59[stdin:4099] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:59[stdin:4099] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:155[stdin:4195] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:155[stdin:4195] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:155[stdin:4195] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:155[stdin:4195] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:188[stdin:4228] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:594[stdin:4627] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:594[stdin:4627] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:594[stdin:4627] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:594[stdin:4627] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:626[stdin:4658] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:626[stdin:4658] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:626[stdin:4658] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:626[stdin:4658] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:650[stdin:4682] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:650[stdin:4682] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:650[stdin:4682] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z05.c:650[stdin:4682] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z06.c
warning: /usr/akumar/alt/devel/ports/lout/z06.c:129[stdin:4169] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:129[stdin:4169] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:129[stdin:4169] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:129[stdin:4169] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:189[stdin:4229] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:189[stdin:4229] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:190[stdin:4230] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:190[stdin:4230] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:190[stdin:4230] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:190[stdin:4230] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:199[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:199[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:199[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:199[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:201[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:201[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:201[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:201[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:481[stdin:4450] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:481[stdin:4450] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:481[stdin:4450] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:481[stdin:4450] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:485[stdin:4454] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:485[stdin:4454] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:485[stdin:4454] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:485[stdin:4454] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:495[stdin:4464] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:495[stdin:4464] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:495[stdin:4464] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:495[stdin:4464] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:499[stdin:4468] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:499[stdin:4468] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:499[stdin:4468] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:499[stdin:4468] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:512[stdin:4481] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:512[stdin:4481] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:512[stdin:4481] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:512[stdin:4481] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:514[stdin:4483] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:514[stdin:4483] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:514[stdin:4483] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:514[stdin:4483] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:527[stdin:4496] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:527[stdin:4496] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:527[stdin:4496] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:527[stdin:4496] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:530[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:530[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:530[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:530[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:535[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:535[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:535[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:535[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:538[stdin:4507] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:538[stdin:4507] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:538[stdin:4507] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:538[stdin:4507] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:616[stdin:4585] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:616[stdin:4585] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:616[stdin:4585] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:616[stdin:4585] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:631[stdin:4600] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:631[stdin:4600] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:631[stdin:4600] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:631[stdin:4600] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:634[stdin:4603] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:634[stdin:4603] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:634[stdin:4603] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:634[stdin:4603] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:635[stdin:4604] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:635[stdin:4604] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:635[stdin:4604] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:635[stdin:4604] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:646[stdin:4615] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:646[stdin:4615] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:646[stdin:4615] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:646[stdin:4615] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:651[stdin:4620] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:651[stdin:4620] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:651[stdin:4620] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:651[stdin:4620] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:652[stdin:4621] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:652[stdin:4621] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:652[stdin:4621] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:652[stdin:4621] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:779[stdin:4745] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:779[stdin:4745] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:779[stdin:4745] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:779[stdin:4745] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:779[stdin:4745] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:779[stdin:4745] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:779[stdin:4745] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:779[stdin:4745] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1304[stdin:5269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1304[stdin:5269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1304[stdin:5269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1304[stdin:5269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1402[stdin:5367] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1402[stdin:5367] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1402[stdin:5367] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1402[stdin:5367] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1426[stdin:5391] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1426[stdin:5391] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1426[stdin:5391] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1426[stdin:5391] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1494[stdin:5459] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1494[stdin:5459] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1501[stdin:5466] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1501[stdin:5466] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1501[stdin:5466] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1501[stdin:5466] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1502[stdin:5467] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1502[stdin:5467] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z06.c:1513[stdin:5478] useless or misleading comparison: UCHAR >= 0
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z07.c
warning: /usr/akumar/alt/devel/ports/lout/z07.c:79[stdin:4119] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:79[stdin:4119] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:81[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:81[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:94[stdin:4134] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:94[stdin:4134] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:119[stdin:4159] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:119[stdin:4159] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:228[stdin:4268] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:228[stdin:4268] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:228[stdin:4268] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:228[stdin:4268] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:323[stdin:4363] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:323[stdin:4363] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:323[stdin:4363] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:323[stdin:4363] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:333[stdin:4373] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:333[stdin:4373] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:333[stdin:4373] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:333[stdin:4373] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:353[stdin:4393] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:353[stdin:4393] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:353[stdin:4393] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:353[stdin:4393] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:364[stdin:4404] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:364[stdin:4404] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:364[stdin:4404] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:364[stdin:4404] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:404[stdin:4444] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:404[stdin:4444] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:405[stdin:4445] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:405[stdin:4445] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:405[stdin:4445] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:405[stdin:4445] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:492[stdin:4532] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:492[stdin:4532] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:492[stdin:4532] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:492[stdin:4532] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:493[stdin:4533] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:493[stdin:4533] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:493[stdin:4533] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:493[stdin:4533] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:566[stdin:4606] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:566[stdin:4606] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:566[stdin:4606] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:566[stdin:4606] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:569[stdin:4609] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:569[stdin:4609] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:569[stdin:4609] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:569[stdin:4609] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:570[stdin:4610] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:570[stdin:4610] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:570[stdin:4610] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:570[stdin:4610] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:603[stdin:4643] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:603[stdin:4643] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:603[stdin:4643] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:603[stdin:4643] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:606[stdin:4646] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:606[stdin:4646] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:606[stdin:4646] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:606[stdin:4646] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:607[stdin:4647] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:607[stdin:4647] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:607[stdin:4647] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:607[stdin:4647] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:667[stdin:4707] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:667[stdin:4707] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:667[stdin:4707] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:667[stdin:4707] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:670[stdin:4710] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:670[stdin:4710] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:670[stdin:4710] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:670[stdin:4710] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:683[stdin:4723] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:683[stdin:4723] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:683[stdin:4723] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:683[stdin:4723] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:686[stdin:4726] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:686[stdin:4726] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:686[stdin:4726] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:686[stdin:4726] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:698[stdin:4738] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:698[stdin:4738] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:698[stdin:4738] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:698[stdin:4738] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:701[stdin:4741] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:701[stdin:4741] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:701[stdin:4741] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:701[stdin:4741] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:718[stdin:4758] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:718[stdin:4758] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:718[stdin:4758] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:718[stdin:4758] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:719[stdin:4759] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:719[stdin:4759] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:719[stdin:4759] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:719[stdin:4759] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:724[stdin:4764] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:724[stdin:4764] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:724[stdin:4764] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z07.c:724[stdin:4764] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z08.c
warning: /usr/akumar/alt/devel/ports/lout/z08.c:77[stdin:4116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:77[stdin:4116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:87[stdin:4126] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:87[stdin:4126] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:87[stdin:4126] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:87[stdin:4126] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:87[stdin:4126] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:87[stdin:4126] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:87[stdin:4126] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:87[stdin:4126] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:88[stdin:4127] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:88[stdin:4127] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:88[stdin:4127] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:88[stdin:4127] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:89[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:89[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:89[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:89[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:91[stdin:4130] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:91[stdin:4130] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:91[stdin:4130] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:91[stdin:4130] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:135[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:135[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:135[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:135[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:136[stdin:4174] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:136[stdin:4174] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:182[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:182[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:182[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:182[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:182[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:182[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:182[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:182[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:221[stdin:4259] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:221[stdin:4259] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:221[stdin:4259] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:221[stdin:4259] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:222[stdin:4260] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:222[stdin:4260] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:293[stdin:4331] param declared and not used: need_expand
warning: /usr/akumar/alt/devel/ports/lout/z08.c:330[stdin:4368] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:330[stdin:4368] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:330[stdin:4368] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:330[stdin:4368] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:354[stdin:4392] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:354[stdin:4392] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:354[stdin:4392] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:354[stdin:4392] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:355[stdin:4393] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:355[stdin:4393] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:355[stdin:4393] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:355[stdin:4393] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:380[stdin:4418] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:380[stdin:4418] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:380[stdin:4418] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:380[stdin:4418] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:406[stdin:4444] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:406[stdin:4444] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:406[stdin:4444] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:406[stdin:4444] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:414[stdin:4452] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:414[stdin:4452] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:414[stdin:4452] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:414[stdin:4452] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:421[stdin:4459] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:421[stdin:4459] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:421[stdin:4459] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:421[stdin:4459] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:433[stdin:4471] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:433[stdin:4471] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:433[stdin:4471] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:433[stdin:4471] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:434[stdin:4472] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:434[stdin:4472] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:434[stdin:4472] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:434[stdin:4472] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:452[stdin:4490] param declared and not used: need_expand
warning: /usr/akumar/alt/devel/ports/lout/z08.c:467[stdin:4505] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:467[stdin:4505] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:467[stdin:4505] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:467[stdin:4505] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:468[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:468[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:468[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:468[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:475[stdin:4513] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:475[stdin:4513] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:539[stdin:4577] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:539[stdin:4577] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:546[stdin:4584] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:546[stdin:4584] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:546[stdin:4584] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:546[stdin:4584] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:547[stdin:4585] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:547[stdin:4585] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:566[stdin:4604] param declared and not used: need_expand
warning: /usr/akumar/alt/devel/ports/lout/z08.c:579[stdin:4617] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:579[stdin:4617] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:591[stdin:4629] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:591[stdin:4629] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:599[stdin:4637] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:599[stdin:4637] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:616[stdin:4654] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:616[stdin:4654] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:630[stdin:4668] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:630[stdin:4668] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:636[stdin:4674] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:636[stdin:4674] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:638[stdin:4676] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:638[stdin:4676] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:671[stdin:4709] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:671[stdin:4709] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:674[stdin:4712] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:674[stdin:4712] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:675[stdin:4713] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:675[stdin:4713] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:675[stdin:4713] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:675[stdin:4713] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:717[stdin:4755] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:717[stdin:4755] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:745[stdin:4783] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:745[stdin:4783] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:745[stdin:4783] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:745[stdin:4783] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:772[stdin:4807] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:772[stdin:4807] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:773[stdin:4808] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:773[stdin:4808] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:773[stdin:4808] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:773[stdin:4808] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:798[stdin:4832] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:798[stdin:4832] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:798[stdin:4832] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:798[stdin:4832] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:816[stdin:4850] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:816[stdin:4850] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:963[stdin:4995] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:963[stdin:4995] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1011[stdin:5042] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1011[stdin:5042] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1011[stdin:5042] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1011[stdin:5042] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1018[stdin:5049] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1018[stdin:5049] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1051[stdin:5082] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1051[stdin:5082] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1052[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1052[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1052[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1052[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1089[stdin:5120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1089[stdin:5120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1089[stdin:5120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1089[stdin:5120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1279[stdin:5308] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1279[stdin:5308] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1279[stdin:5308] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1279[stdin:5308] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1281[stdin:5310] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1281[stdin:5310] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1282[stdin:5311] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1282[stdin:5311] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1290[stdin:5319] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1290[stdin:5319] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1290[stdin:5319] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1290[stdin:5319] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1316[stdin:5345] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1316[stdin:5345] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1337[stdin:5366] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1337[stdin:5366] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1380[stdin:5409] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1380[stdin:5409] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1380[stdin:5409] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1380[stdin:5409] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1382[stdin:5411] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1382[stdin:5411] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1382[stdin:5411] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1382[stdin:5411] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1391[stdin:5420] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1391[stdin:5420] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1391[stdin:5420] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1391[stdin:5420] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1392[stdin:5421] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1392[stdin:5421] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1392[stdin:5421] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1392[stdin:5421] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1396[stdin:5425] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1396[stdin:5425] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1396[stdin:5425] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1396[stdin:5425] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1411[stdin:5440] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1411[stdin:5440] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1411[stdin:5440] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1411[stdin:5440] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1426[stdin:5455] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1426[stdin:5455] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1426[stdin:5455] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1426[stdin:5455] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1453[stdin:5482] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1453[stdin:5482] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1521[stdin:5550] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1521[stdin:5550] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1549[stdin:5578] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1549[stdin:5578] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1549[stdin:5578] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1549[stdin:5578] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1550[stdin:5579] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1550[stdin:5579] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1550[stdin:5579] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1550[stdin:5579] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1563[stdin:5592] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1563[stdin:5592] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1598[stdin:5627] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1598[stdin:5627] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1612[stdin:5641] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1612[stdin:5641] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1630[stdin:5659] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1630[stdin:5659] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1646[stdin:5675] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1646[stdin:5675] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1741[stdin:5770] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1741[stdin:5770] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1744[stdin:5773] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1744[stdin:5773] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1744[stdin:5773] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1744[stdin:5773] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1745[stdin:5774] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1745[stdin:5774] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1745[stdin:5774] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1745[stdin:5774] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1762[stdin:5791] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1762[stdin:5791] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1762[stdin:5791] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1762[stdin:5791] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1772[stdin:5801] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1772[stdin:5801] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1772[stdin:5801] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1772[stdin:5801] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1788[stdin:5817] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1788[stdin:5817] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1847[stdin:5876] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1847[stdin:5876] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1869[stdin:5898] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1869[stdin:5898] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1869[stdin:5898] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1869[stdin:5898] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1870[stdin:5899] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1870[stdin:5899] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1870[stdin:5899] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1870[stdin:5899] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1888[stdin:5917] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1888[stdin:5917] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1888[stdin:5917] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1888[stdin:5917] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1889[stdin:5918] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1889[stdin:5918] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1889[stdin:5918] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1889[stdin:5918] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1897[stdin:5926] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1897[stdin:5926] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1897[stdin:5926] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1897[stdin:5926] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1898[stdin:5927] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1898[stdin:5927] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1911[stdin:5940] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1911[stdin:5940] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1911[stdin:5940] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1911[stdin:5940] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1912[stdin:5941] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1912[stdin:5941] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1912[stdin:5941] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1912[stdin:5941] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1920[stdin:5949] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1920[stdin:5949] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1920[stdin:5949] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1920[stdin:5949] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1921[stdin:5950] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1921[stdin:5950] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1963[stdin:5992] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1963[stdin:5992] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1963[stdin:5992] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1963[stdin:5992] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1975[stdin:6004] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1975[stdin:6004] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1975[stdin:6004] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1975[stdin:6004] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1980[stdin:6009] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1980[stdin:6009] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1980[stdin:6009] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1980[stdin:6009] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1987[stdin:6016] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:1987[stdin:6016] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2000[stdin:6029] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2000[stdin:6029] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2000[stdin:6029] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2000[stdin:6029] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2005[stdin:6034] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2005[stdin:6034] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2005[stdin:6034] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2005[stdin:6034] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2006[stdin:6035] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2006[stdin:6035] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2006[stdin:6035] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2006[stdin:6035] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2028[stdin:6057] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2028[stdin:6057] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2028[stdin:6057] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2028[stdin:6057] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2029[stdin:6058] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2029[stdin:6058] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2029[stdin:6058] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2029[stdin:6058] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2045[stdin:6074] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2045[stdin:6074] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2045[stdin:6074] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2045[stdin:6074] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2046[stdin:6075] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2046[stdin:6075] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2064[stdin:6093] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2064[stdin:6093] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2064[stdin:6093] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2064[stdin:6093] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2065[stdin:6094] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2065[stdin:6094] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2065[stdin:6094] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2065[stdin:6094] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2091[stdin:6120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2091[stdin:6120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2101[stdin:6130] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2101[stdin:6130] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2101[stdin:6130] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2101[stdin:6130] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2109[stdin:6138] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2109[stdin:6138] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2109[stdin:6138] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2109[stdin:6138] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2123[stdin:6151] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2123[stdin:6151] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2123[stdin:6151] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2123[stdin:6151] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2135[stdin:6163] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2135[stdin:6163] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2194[stdin:6222] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z08.c:2194[stdin:6222] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z09.c
warning: /usr/akumar/alt/devel/ports/lout/z09.c:80[stdin:4120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:80[stdin:4120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:80[stdin:4120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:80[stdin:4120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:81[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:81[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:81[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:81[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:99[stdin:4139] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:99[stdin:4139] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:99[stdin:4139] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:99[stdin:4139] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:136[stdin:4176] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:136[stdin:4176] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:136[stdin:4176] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:136[stdin:4176] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:167[stdin:4207] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:167[stdin:4207] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:167[stdin:4207] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:167[stdin:4207] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:168[stdin:4208] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:168[stdin:4208] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:168[stdin:4208] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:168[stdin:4208] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:191[stdin:4231] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:191[stdin:4231] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:191[stdin:4231] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:191[stdin:4231] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:193[stdin:4233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:193[stdin:4233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:193[stdin:4233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:193[stdin:4233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:195[stdin:4235] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:195[stdin:4235] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:234[stdin:4274] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z09.c:234[stdin:4274] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z10.c
warning: /usr/akumar/alt/devel/ports/lout/z10.c:192[stdin:4231] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:192[stdin:4231] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:192[stdin:4231] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:192[stdin:4231] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:210[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:210[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:210[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:210[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:210[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:210[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:210[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:210[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:300[stdin:4339] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:300[stdin:4339] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:323[stdin:4362] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:323[stdin:4362] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:323[stdin:4362] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:323[stdin:4362] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:345[stdin:4384] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:345[stdin:4384] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:345[stdin:4384] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:345[stdin:4384] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:487[stdin:4526] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:487[stdin:4526] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:487[stdin:4526] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:487[stdin:4526] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:489[stdin:4528] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:489[stdin:4528] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:489[stdin:4528] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:489[stdin:4528] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:542[stdin:4580] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:542[stdin:4580] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:542[stdin:4580] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:542[stdin:4580] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:547[stdin:4585] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:547[stdin:4585] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:598[stdin:4636] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:598[stdin:4636] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:598[stdin:4636] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:598[stdin:4636] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:620[stdin:4658] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:620[stdin:4658] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:620[stdin:4658] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:620[stdin:4658] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:622[stdin:4660] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:622[stdin:4660] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:622[stdin:4660] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:622[stdin:4660] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:624[stdin:4662] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:624[stdin:4662] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:624[stdin:4662] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:624[stdin:4662] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:630[stdin:4668] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:630[stdin:4668] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:630[stdin:4668] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:630[stdin:4668] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:687[stdin:4723] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:687[stdin:4723] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:687[stdin:4723] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:687[stdin:4723] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:728[stdin:4764] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:728[stdin:4764] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:794[stdin:4830] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:794[stdin:4830] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:794[stdin:4830] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:794[stdin:4830] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:848[stdin:4884] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:848[stdin:4884] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:848[stdin:4884] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:848[stdin:4884] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:877[stdin:4913] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:877[stdin:4913] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:912[stdin:4948] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z10.c:912[stdin:4948] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z11.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z12.c
warning: /usr/akumar/alt/devel/ports/lout/z12.c:62[stdin:4102] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:62[stdin:4102] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:62[stdin:4102] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:62[stdin:4102] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:79[stdin:4119] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:79[stdin:4119] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:79[stdin:4119] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:79[stdin:4119] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:80[stdin:4120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:80[stdin:4120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:80[stdin:4120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:80[stdin:4120] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:109[stdin:4149] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:109[stdin:4149] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:111[stdin:4151] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:111[stdin:4151] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:111[stdin:4151] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:111[stdin:4151] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:115[stdin:4155] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:115[stdin:4155] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:115[stdin:4155] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:115[stdin:4155] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:132[stdin:4172] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:132[stdin:4172] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:132[stdin:4172] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:132[stdin:4172] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:133[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:133[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:133[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:133[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:158[stdin:4198] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:158[stdin:4198] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:160[stdin:4200] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:160[stdin:4200] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:160[stdin:4200] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:160[stdin:4200] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:164[stdin:4204] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:164[stdin:4204] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:164[stdin:4204] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:164[stdin:4204] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:398[stdin:4433] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:398[stdin:4433] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:398[stdin:4433] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:398[stdin:4433] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:399[stdin:4434] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:399[stdin:4434] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:399[stdin:4434] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:399[stdin:4434] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:411[stdin:4446] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:411[stdin:4446] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:411[stdin:4446] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:411[stdin:4446] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:412[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:412[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:412[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:412[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:431[stdin:4466] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:431[stdin:4466] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:440[stdin:4475] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:440[stdin:4475] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:440[stdin:4475] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:440[stdin:4475] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:447[stdin:4482] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:447[stdin:4482] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:447[stdin:4482] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:447[stdin:4482] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:449[stdin:4484] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:449[stdin:4484] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:449[stdin:4484] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:449[stdin:4484] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:472[stdin:4507] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:472[stdin:4507] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:472[stdin:4507] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:472[stdin:4507] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:478[stdin:4513] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:478[stdin:4513] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:478[stdin:4513] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:478[stdin:4513] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:533[stdin:4568] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:533[stdin:4568] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:629[stdin:4663] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:629[stdin:4663] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:629[stdin:4663] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:629[stdin:4663] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:702[stdin:4736] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:702[stdin:4736] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:702[stdin:4736] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:702[stdin:4736] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:751[stdin:4785] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:751[stdin:4785] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:751[stdin:4785] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:751[stdin:4785] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:767[stdin:4801] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:767[stdin:4801] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:767[stdin:4801] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:767[stdin:4801] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:910[stdin:4942] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:910[stdin:4942] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:910[stdin:4942] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:910[stdin:4942] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:911[stdin:4943] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:911[stdin:4943] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:932[stdin:4964] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:932[stdin:4964] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:937[stdin:4969] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:937[stdin:4969] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:937[stdin:4969] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:937[stdin:4969] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:940[stdin:4972] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:940[stdin:4972] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:940[stdin:4972] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:940[stdin:4972] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:961[stdin:4993] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:961[stdin:4993] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:961[stdin:4993] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:961[stdin:4993] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:973[stdin:5005] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:973[stdin:5005] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:973[stdin:5005] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:973[stdin:5005] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:980[stdin:5012] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:980[stdin:5012] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:980[stdin:5012] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:980[stdin:5012] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:995[stdin:5026] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:995[stdin:5026] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:995[stdin:5026] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:995[stdin:5026] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1029[stdin:5060] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1029[stdin:5060] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1029[stdin:5060] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1029[stdin:5060] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1035[stdin:5066] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1035[stdin:5066] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1035[stdin:5066] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1035[stdin:5066] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1036[stdin:5067] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1036[stdin:5067] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1084[stdin:5115] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1084[stdin:5115] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1084[stdin:5115] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1084[stdin:5115] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1085[stdin:5116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1085[stdin:5116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1086[stdin:5117] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1086[stdin:5117] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1087[stdin:5118] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1087[stdin:5118] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1181[stdin:5209] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1181[stdin:5209] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1181[stdin:5209] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1181[stdin:5209] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1187[stdin:5215] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1187[stdin:5215] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1187[stdin:5215] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1187[stdin:5215] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1188[stdin:5216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z12.c:1188[stdin:5216] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z13.c
warning: /usr/akumar/alt/devel/ports/lout/z13.c:460[stdin:4492] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:460[stdin:4492] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:497[stdin:4525] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:497[stdin:4525] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:559[stdin:4587] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:559[stdin:4587] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:560[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:560[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:560[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:560[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:577[stdin:4605] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:577[stdin:4605] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:611[stdin:4639] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z13.c:611[stdin:4639] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z14.c
warning: /usr/akumar/alt/devel/ports/lout/z14.c:617[stdin:4376] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:617[stdin:4376] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:617[stdin:4376] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:617[stdin:4376] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:630[stdin:4389] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:630[stdin:4389] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:630[stdin:4389] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:630[stdin:4389] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:721[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:721[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:721[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:721[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:748[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:748[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:748[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:748[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:822[stdin:4577] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:822[stdin:4577] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:833[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:833[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:833[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:833[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:833[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:833[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:833[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:833[stdin:4588] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:847[stdin:4602] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:847[stdin:4602] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:847[stdin:4602] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:847[stdin:4602] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:984[stdin:4719] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:984[stdin:4719] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:985[stdin:4720] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:985[stdin:4720] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:985[stdin:4720] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:985[stdin:4720] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:993[stdin:4728] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:993[stdin:4728] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1045[stdin:4780] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1045[stdin:4780] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1045[stdin:4780] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1045[stdin:4780] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1046[stdin:4781] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1046[stdin:4781] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1046[stdin:4781] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1046[stdin:4781] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1050[stdin:4785] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1050[stdin:4785] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1050[stdin:4785] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1050[stdin:4785] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1054[stdin:4789] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1054[stdin:4789] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1054[stdin:4789] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1054[stdin:4789] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1095[stdin:4824] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1095[stdin:4824] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1095[stdin:4824] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1095[stdin:4824] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1117[stdin:4846] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1117[stdin:4846] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1117[stdin:4846] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1117[stdin:4846] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1131[stdin:4860] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1131[stdin:4860] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1131[stdin:4860] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1131[stdin:4860] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1132[stdin:4861] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1132[stdin:4861] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1132[stdin:4861] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1132[stdin:4861] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1136[stdin:4865] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1136[stdin:4865] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1143[stdin:4872] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1143[stdin:4872] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1143[stdin:4872] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1143[stdin:4872] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1154[stdin:4883] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1154[stdin:4883] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1156[stdin:4885] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1156[stdin:4885] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1163[stdin:4892] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1163[stdin:4892] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1166[stdin:4895] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1166[stdin:4895] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1241[stdin:4970] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1241[stdin:4970] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1241[stdin:4970] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1241[stdin:4970] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1242[stdin:4971] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1242[stdin:4971] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1243[stdin:4972] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z14.c:1243[stdin:4972] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z15.c
warning: /usr/akumar/alt/devel/ports/lout/z15.c:277[stdin:4389] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z15.c:277[stdin:4389] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z15.c:278[stdin:4390] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z15.c:278[stdin:4390] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z15.c:278[stdin:4390] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z15.c:278[stdin:4390] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z16.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z17.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z18.c
warning: /usr/akumar/alt/devel/ports/lout/z18.c:118[stdin:4158] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:118[stdin:4158] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:118[stdin:4158] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:118[stdin:4158] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:133[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:133[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:133[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:133[stdin:4173] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:138[stdin:4178] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:138[stdin:4178] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:138[stdin:4178] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:138[stdin:4178] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:148[stdin:4188] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:148[stdin:4188] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:148[stdin:4188] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:148[stdin:4188] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:197[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:197[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:197[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:197[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:211[stdin:4251] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:211[stdin:4251] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:211[stdin:4251] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:211[stdin:4251] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:212[stdin:4252] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:212[stdin:4252] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:212[stdin:4252] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:212[stdin:4252] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:219[stdin:4259] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:219[stdin:4259] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:219[stdin:4259] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:219[stdin:4259] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:230[stdin:4270] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:230[stdin:4270] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:230[stdin:4270] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:230[stdin:4270] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:230[stdin:4270] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:230[stdin:4270] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:230[stdin:4270] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:230[stdin:4270] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:234[stdin:4274] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:234[stdin:4274] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:253[stdin:4293] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:253[stdin:4293] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:253[stdin:4293] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:253[stdin:4293] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:323[stdin:4363] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:323[stdin:4363] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:323[stdin:4363] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:323[stdin:4363] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:352[stdin:4382] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:352[stdin:4382] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:352[stdin:4382] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:352[stdin:4382] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:352[stdin:4382] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:352[stdin:4382] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:352[stdin:4382] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:352[stdin:4382] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:369[stdin:4399] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:369[stdin:4399] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:369[stdin:4399] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:369[stdin:4399] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:370[stdin:4400] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:370[stdin:4400] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:370[stdin:4400] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:370[stdin:4400] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:427[stdin:4457] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:427[stdin:4457] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:427[stdin:4457] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:427[stdin:4457] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:448[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:448[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:448[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:448[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:448[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:448[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:448[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:448[stdin:4477] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:465[stdin:4494] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:465[stdin:4494] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:465[stdin:4494] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:465[stdin:4494] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:466[stdin:4495] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:466[stdin:4495] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:466[stdin:4495] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:466[stdin:4495] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:482[stdin:4511] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:482[stdin:4511] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:482[stdin:4511] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:482[stdin:4511] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:482[stdin:4511] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:482[stdin:4511] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:482[stdin:4511] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:482[stdin:4511] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:486[stdin:4515] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:486[stdin:4515] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:486[stdin:4515] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:486[stdin:4515] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:486[stdin:4515] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:486[stdin:4515] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:486[stdin:4515] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z18.c:486[stdin:4515] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z19.c
warning: /usr/akumar/alt/devel/ports/lout/z19.c:57[stdin:4097] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:57[stdin:4097] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:58[stdin:4098] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:58[stdin:4098] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:58[stdin:4098] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:58[stdin:4098] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:81[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:81[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:82[stdin:4122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:82[stdin:4122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:82[stdin:4122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:82[stdin:4122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:103[stdin:4143] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:103[stdin:4143] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:103[stdin:4143] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:103[stdin:4143] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:104[stdin:4144] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:104[stdin:4144] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:104[stdin:4144] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:104[stdin:4144] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:287[stdin:4326] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:287[stdin:4326] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:287[stdin:4326] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:287[stdin:4326] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:287[stdin:4326] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:287[stdin:4326] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:287[stdin:4326] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:287[stdin:4326] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:288[stdin:4327] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:288[stdin:4327] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:288[stdin:4327] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:288[stdin:4327] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:356[stdin:4395] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:356[stdin:4395] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:356[stdin:4395] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:356[stdin:4395] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:411[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:411[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:411[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:411[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:411[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:411[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:411[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:411[stdin:4447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:412[stdin:4448] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:412[stdin:4448] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:412[stdin:4448] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:412[stdin:4448] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:413[stdin:4449] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:413[stdin:4449] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:413[stdin:4449] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:413[stdin:4449] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:464[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:464[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:464[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:464[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:485[stdin:4520] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:485[stdin:4520] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:492[stdin:4527] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:492[stdin:4527] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:492[stdin:4527] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:492[stdin:4527] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:492[stdin:4527] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:492[stdin:4527] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:492[stdin:4527] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:492[stdin:4527] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:494[stdin:4529] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:494[stdin:4529] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:591[stdin:4626] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:591[stdin:4626] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:591[stdin:4626] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:591[stdin:4626] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:591[stdin:4626] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:591[stdin:4626] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:591[stdin:4626] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:591[stdin:4626] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:615[stdin:4650] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:615[stdin:4650] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:615[stdin:4650] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:615[stdin:4650] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:615[stdin:4650] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:615[stdin:4650] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:615[stdin:4650] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:615[stdin:4650] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:903[stdin:4934] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:903[stdin:4934] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:912[stdin:4943] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:912[stdin:4943] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:912[stdin:4943] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:912[stdin:4943] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:915[stdin:4946] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:915[stdin:4946] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:915[stdin:4946] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:915[stdin:4946] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:917[stdin:4948] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:917[stdin:4948] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:917[stdin:4948] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:917[stdin:4948] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:917[stdin:4948] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:917[stdin:4948] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:917[stdin:4948] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:917[stdin:4948] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:937[stdin:4968] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:937[stdin:4968] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:937[stdin:4968] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:937[stdin:4968] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:942[stdin:4973] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:942[stdin:4973] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:942[stdin:4973] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:942[stdin:4973] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:956[stdin:4987] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:956[stdin:4987] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:956[stdin:4987] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:956[stdin:4987] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:980[stdin:5011] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:980[stdin:5011] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:980[stdin:5011] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:980[stdin:5011] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:982[stdin:5013] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:982[stdin:5013] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:982[stdin:5013] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:982[stdin:5013] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:982[stdin:5013] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:982[stdin:5013] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:982[stdin:5013] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:982[stdin:5013] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1007[stdin:5038] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1010[stdin:5041] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1010[stdin:5041] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1010[stdin:5041] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1010[stdin:5041] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1010[stdin:5041] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1010[stdin:5041] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1010[stdin:5041] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1010[stdin:5041] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1018[stdin:5049] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1018[stdin:5049] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1018[stdin:5049] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1018[stdin:5049] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1019[stdin:5050] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1019[stdin:5050] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1019[stdin:5050] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1019[stdin:5050] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1019[stdin:5050] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1019[stdin:5050] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1019[stdin:5050] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z19.c:1019[stdin:5050] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z20.c
warning: /usr/akumar/alt/devel/ports/lout/z20.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:448[stdin:4484] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:448[stdin:4484] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:448[stdin:4484] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:448[stdin:4484] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:463[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:463[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:470[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:470[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:470[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:470[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:470[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:470[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:470[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:470[stdin:4506] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:472[stdin:4508] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:472[stdin:4508] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:639[stdin:4666] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:639[stdin:4666] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:639[stdin:4666] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:639[stdin:4666] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:666[stdin:4674] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:666[stdin:4674] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:790[stdin:4796] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:790[stdin:4796] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:790[stdin:4796] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:790[stdin:4796] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:861[stdin:4865] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:861[stdin:4865] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:861[stdin:4865] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:861[stdin:4865] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:875[stdin:4879] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:875[stdin:4879] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:875[stdin:4879] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:875[stdin:4879] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:875[stdin:4879] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:875[stdin:4879] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:875[stdin:4879] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:875[stdin:4879] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:920[stdin:4924] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:920[stdin:4924] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:920[stdin:4924] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:920[stdin:4924] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:921[stdin:4925] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:921[stdin:4925] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:921[stdin:4925] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:921[stdin:4925] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:926[stdin:4930] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:926[stdin:4930] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:926[stdin:4930] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:926[stdin:4930] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:959[stdin:4963] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:959[stdin:4963] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:959[stdin:4963] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:959[stdin:4963] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:960[stdin:4964] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:960[stdin:4964] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:960[stdin:4964] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:960[stdin:4964] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:962[stdin:4966] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:962[stdin:4966] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:962[stdin:4966] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:962[stdin:4966] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:968[stdin:4972] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:968[stdin:4972] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:969[stdin:4973] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:969[stdin:4973] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:972[stdin:4976] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:972[stdin:4976] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:972[stdin:4976] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:972[stdin:4976] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:972[stdin:4976] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:972[stdin:4976] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:972[stdin:4976] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:972[stdin:4976] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:976[stdin:4980] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:976[stdin:4980] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1006[stdin:5010] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1006[stdin:5010] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1006[stdin:5010] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1006[stdin:5010] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1021[stdin:5025] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1021[stdin:5025] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1021[stdin:5025] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1021[stdin:5025] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1023[stdin:5027] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1023[stdin:5027] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1023[stdin:5027] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1023[stdin:5027] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1024[stdin:5028] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1024[stdin:5028] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1024[stdin:5028] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1024[stdin:5028] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1033[stdin:5037] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1033[stdin:5037] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1033[stdin:5037] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1033[stdin:5037] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1033[stdin:5037] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1033[stdin:5037] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1033[stdin:5037] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1033[stdin:5037] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1039[stdin:5043] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1039[stdin:5043] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1039[stdin:5043] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1039[stdin:5043] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1039[stdin:5043] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1039[stdin:5043] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1039[stdin:5043] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z20.c:1039[stdin:5043] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z21.c
warning: /usr/akumar/alt/devel/ports/lout/z21.c:82[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:82[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:82[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:82[stdin:4121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:177[stdin:4216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:177[stdin:4216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:177[stdin:4216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:177[stdin:4216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:178[stdin:4217] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:178[stdin:4217] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:188[stdin:4227] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:188[stdin:4227] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:188[stdin:4227] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:188[stdin:4227] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:189[stdin:4228] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:189[stdin:4228] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:218[stdin:4257] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:218[stdin:4257] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:218[stdin:4257] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:218[stdin:4257] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:224[stdin:4263] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:224[stdin:4263] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:224[stdin:4263] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:224[stdin:4263] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:225[stdin:4264] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:225[stdin:4264] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:225[stdin:4264] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:225[stdin:4264] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:226[stdin:4265] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:226[stdin:4265] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:226[stdin:4265] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:226[stdin:4265] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:227[stdin:4266] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:227[stdin:4266] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:227[stdin:4266] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:227[stdin:4266] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:232[stdin:4271] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:232[stdin:4271] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:319[stdin:4358] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:319[stdin:4358] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:397[stdin:4436] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:397[stdin:4436] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:397[stdin:4436] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:397[stdin:4436] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:405[stdin:4444] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:405[stdin:4444] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:405[stdin:4444] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:405[stdin:4444] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:519[stdin:4558] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:519[stdin:4558] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:519[stdin:4558] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:519[stdin:4558] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:528[stdin:4567] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:528[stdin:4567] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:528[stdin:4567] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z21.c:528[stdin:4567] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z22.c
warning: /usr/akumar/alt/devel/ports/lout/z22.c:69[stdin:4109] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:69[stdin:4109] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:69[stdin:4109] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:69[stdin:4109] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:69[stdin:4109] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:69[stdin:4109] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:149[stdin:4147] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:149[stdin:4147] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:149[stdin:4147] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:149[stdin:4147] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:222[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:222[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:222[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:222[stdin:4220] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:239[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:239[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:239[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:239[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:239[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:239[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:239[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:239[stdin:4237] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:253[stdin:4251] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:253[stdin:4251] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:256[stdin:4254] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:256[stdin:4254] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:256[stdin:4254] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:256[stdin:4254] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:256[stdin:4254] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:256[stdin:4254] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:256[stdin:4254] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:256[stdin:4254] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:268[stdin:4266] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:268[stdin:4266] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:271[stdin:4269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:271[stdin:4269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:271[stdin:4269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:271[stdin:4269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:271[stdin:4269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:271[stdin:4269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:271[stdin:4269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:271[stdin:4269] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:286[stdin:4284] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:286[stdin:4284] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:286[stdin:4284] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:286[stdin:4284] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:286[stdin:4284] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:286[stdin:4284] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:286[stdin:4284] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:286[stdin:4284] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:287[stdin:4285] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:287[stdin:4285] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:287[stdin:4285] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:287[stdin:4285] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:287[stdin:4285] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:287[stdin:4285] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:287[stdin:4285] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:287[stdin:4285] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:293[stdin:4291] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:293[stdin:4291] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:293[stdin:4291] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:293[stdin:4291] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:430[stdin:4428] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:430[stdin:4428] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:495[stdin:4493] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:495[stdin:4493] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:495[stdin:4493] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:495[stdin:4493] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:500[stdin:4498] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:500[stdin:4498] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:500[stdin:4498] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:500[stdin:4498] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:501[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:501[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:501[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:501[stdin:4499] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:521[stdin:4519] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:521[stdin:4519] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:525[stdin:4523] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:525[stdin:4523] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:543[stdin:4541] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:543[stdin:4541] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:545[stdin:4543] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:545[stdin:4543] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:546[stdin:4544] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:546[stdin:4544] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:607[stdin:4605] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:607[stdin:4605] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:607[stdin:4605] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:607[stdin:4605] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:636[stdin:4634] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:636[stdin:4634] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:640[stdin:4638] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:640[stdin:4638] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:640[stdin:4638] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:640[stdin:4638] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:654[stdin:4652] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:654[stdin:4652] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:654[stdin:4652] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:654[stdin:4652] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:675[stdin:4673] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:675[stdin:4673] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:675[stdin:4673] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:675[stdin:4673] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:689[stdin:4687] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:689[stdin:4687] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:689[stdin:4687] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:689[stdin:4687] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:715[stdin:4713] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:715[stdin:4713] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:715[stdin:4713] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:715[stdin:4713] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:716[stdin:4714] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:716[stdin:4714] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:716[stdin:4714] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:716[stdin:4714] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:738[stdin:4736] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:738[stdin:4736] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:764[stdin:4762] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:764[stdin:4762] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:766[stdin:4764] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:766[stdin:4764] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:795[stdin:4792] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:795[stdin:4792] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:809[stdin:4806] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:809[stdin:4806] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:809[stdin:4806] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:809[stdin:4806] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:810[stdin:4807] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:810[stdin:4807] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:829[stdin:4826] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:829[stdin:4826] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:840[stdin:4837] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:840[stdin:4837] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:942[stdin:4939] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:942[stdin:4939] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:951[stdin:4948] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:951[stdin:4948] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:982[stdin:4979] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:982[stdin:4979] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:982[stdin:4979] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:982[stdin:4979] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1005[stdin:5002] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1005[stdin:5002] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1005[stdin:5002] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1005[stdin:5002] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1014[stdin:5011] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1014[stdin:5011] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1014[stdin:5011] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1014[stdin:5011] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1036[stdin:5033] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1036[stdin:5033] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1036[stdin:5033] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1036[stdin:5033] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1038[stdin:5035] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1038[stdin:5035] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1082[stdin:5079] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1082[stdin:5079] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1082[stdin:5079] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1082[stdin:5079] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1082[stdin:5079] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1082[stdin:5079] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1082[stdin:5079] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1082[stdin:5079] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1086[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1086[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1086[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1086[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1086[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1086[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1086[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1086[stdin:5083] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1096[stdin:5093] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1096[stdin:5093] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1161[stdin:5157] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1161[stdin:5157] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1161[stdin:5157] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1161[stdin:5157] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1167[stdin:5163] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1167[stdin:5163] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1167[stdin:5163] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z22.c:1167[stdin:5163] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z23.c
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1122[stdin:5103] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1122[stdin:5103] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1124[stdin:5105] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1124[stdin:5105] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1124[stdin:5105] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1124[stdin:5105] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1259[stdin:5240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1259[stdin:5240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1259[stdin:5240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1259[stdin:5240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1332[stdin:5312] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1332[stdin:5312] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1332[stdin:5312] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1332[stdin:5312] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1353[stdin:5333] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z23.c:1353[stdin:5333] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z24.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z25.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z26.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z27.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z28.c
warning: /usr/akumar/alt/devel/ports/lout/z28.c:186[stdin:4226] param declared and not used: msg_num
warning: /usr/akumar/alt/devel/ports/lout/z28.c:186[stdin:4226] param declared and not used: set_num
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z29.c
warning: /usr/akumar/alt/devel/ports/lout/z29.c:277[stdin:4307] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:277[stdin:4307] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:277[stdin:4307] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:277[stdin:4307] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:278[stdin:4308] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:278[stdin:4308] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:278[stdin:4308] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:278[stdin:4308] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:501[stdin:4531] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:501[stdin:4531] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:501[stdin:4531] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:501[stdin:4531] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:504[stdin:4534] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:504[stdin:4534] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:504[stdin:4534] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:504[stdin:4534] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:505[stdin:4535] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:505[stdin:4535] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:505[stdin:4535] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:505[stdin:4535] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:552[stdin:4582] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:552[stdin:4582] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:552[stdin:4582] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:552[stdin:4582] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:555[stdin:4585] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:555[stdin:4585] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:555[stdin:4585] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z29.c:555[stdin:4585] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z30.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z31.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z32.c
warning: /usr/akumar/alt/devel/ports/lout/z32.c:72[stdin:4112] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z32.c:72[stdin:4112] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z32.c:72[stdin:4112] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z32.c:72[stdin:4112] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z33.c
warning: /usr/akumar/alt/devel/ports/lout/z33.c:117[stdin:4153] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:117[stdin:4153] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:117[stdin:4153] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:117[stdin:4153] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:343[stdin:4351] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:343[stdin:4351] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:343[stdin:4351] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:343[stdin:4351] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:396[stdin:4402] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:396[stdin:4402] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:396[stdin:4402] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:396[stdin:4402] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:396[stdin:4402] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:396[stdin:4402] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:396[stdin:4402] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:396[stdin:4402] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:539[stdin:4545] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:539[stdin:4545] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:539[stdin:4545] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:539[stdin:4545] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:588[stdin:4594] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:588[stdin:4594] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:588[stdin:4594] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:588[stdin:4594] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:788[stdin:4794] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:788[stdin:4794] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:788[stdin:4794] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z33.c:788[stdin:4794] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z34.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z35.c
warning: /usr/akumar/alt/devel/ports/lout/z35.c:115[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:115[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:115[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:115[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:115[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:115[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:115[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:115[stdin:4239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:116[stdin:4240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:116[stdin:4240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:116[stdin:4240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:116[stdin:4240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:116[stdin:4240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:116[stdin:4240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:116[stdin:4240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:116[stdin:4240] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:117[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:117[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:117[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:117[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:117[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:117[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:117[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:117[stdin:4241] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:118[stdin:4242] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:118[stdin:4242] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:118[stdin:4242] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:118[stdin:4242] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:118[stdin:4242] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:118[stdin:4242] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:118[stdin:4242] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:118[stdin:4242] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:119[stdin:4243] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:119[stdin:4243] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:119[stdin:4243] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:119[stdin:4243] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:119[stdin:4243] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:119[stdin:4243] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:119[stdin:4243] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:119[stdin:4243] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:120[stdin:4244] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:120[stdin:4244] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:120[stdin:4244] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:120[stdin:4244] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:120[stdin:4244] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:120[stdin:4244] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:120[stdin:4244] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:120[stdin:4244] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:121[stdin:4245] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:121[stdin:4245] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:121[stdin:4245] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:121[stdin:4245] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:121[stdin:4245] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:121[stdin:4245] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:121[stdin:4245] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:121[stdin:4245] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:122[stdin:4246] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:122[stdin:4246] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:122[stdin:4246] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:122[stdin:4246] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:122[stdin:4246] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:122[stdin:4246] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:122[stdin:4246] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:122[stdin:4246] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:123[stdin:4247] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:123[stdin:4247] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:123[stdin:4247] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:123[stdin:4247] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:123[stdin:4247] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:123[stdin:4247] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:123[stdin:4247] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:123[stdin:4247] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:124[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:124[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:124[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:124[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:124[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:124[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:124[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:124[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:125[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:125[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:125[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:125[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:125[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:125[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:125[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z35.c:125[stdin:4249] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z36.c
warning: /usr/akumar/alt/devel/ports/lout/z36.c:705[stdin:4671] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:705[stdin:4671] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:705[stdin:4671] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:706[stdin:4672] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:706[stdin:4672] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:706[stdin:4672] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:707[stdin:4673] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:707[stdin:4673] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:707[stdin:4673] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:708[stdin:4674] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:708[stdin:4674] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:708[stdin:4674] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:963[stdin:4929] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:963[stdin:4929] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:963[stdin:4929] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:963[stdin:4929] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:970[stdin:4936] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:970[stdin:4936] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:970[stdin:4936] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:970[stdin:4936] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:970[stdin:4936] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:970[stdin:4936] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:970[stdin:4936] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:971[stdin:4937] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:971[stdin:4937] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:971[stdin:4937] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:971[stdin:4937] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1002[stdin:4968] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1002[stdin:4968] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1011[stdin:4977] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1011[stdin:4977] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1011[stdin:4977] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1012[stdin:4978] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1012[stdin:4978] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1155[stdin:5116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1155[stdin:5116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1155[stdin:5116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1155[stdin:5116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1160[stdin:5121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1160[stdin:5121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1160[stdin:5121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1160[stdin:5121] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1161[stdin:5122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1161[stdin:5122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1161[stdin:5122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1161[stdin:5122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1275[stdin:5233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1275[stdin:5233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1275[stdin:5233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1275[stdin:5233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1280[stdin:5238] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1280[stdin:5238] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1280[stdin:5238] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1280[stdin:5238] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1281[stdin:5239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1281[stdin:5239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1281[stdin:5239] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z36.c:1281[stdin:5239] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z37.c
warning: /usr/akumar/alt/devel/ports/lout/z37.c:636[stdin:4676] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:636[stdin:4676] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:636[stdin:4676] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:636[stdin:4676] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:649[stdin:4689] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:649[stdin:4689] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:649[stdin:4689] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:649[stdin:4689] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:652[stdin:4692] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:652[stdin:4692] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:652[stdin:4692] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:652[stdin:4692] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:653[stdin:4693] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:653[stdin:4693] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:653[stdin:4693] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:653[stdin:4693] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:657[stdin:4697] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:657[stdin:4697] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:657[stdin:4697] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:657[stdin:4697] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:675[stdin:4715] useless or misleading comparison: USHORT > 0xffff
warning: /usr/akumar/alt/devel/ports/lout/z37.c:692[stdin:4732] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:692[stdin:4732] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:692[stdin:4732] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:692[stdin:4732] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1430[stdin:5470] useless or misleading comparison: USHORT > 0xffff
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1448[stdin:5488] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1448[stdin:5488] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1448[stdin:5488] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1448[stdin:5488] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1660[stdin:5683] empty else body
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1905[stdin:5928] param declared and not used: fp
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1936[stdin:5959] param declared and not used: fp
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1982[stdin:6005] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1982[stdin:6005] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1982[stdin:6005] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1982[stdin:6005] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1999[stdin:6022] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1999[stdin:6022] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1999[stdin:6022] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z37.c:1999[stdin:6022] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z38.c
warning: /usr/akumar/alt/devel/ports/lout/z38.c:413[stdin:4450] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:413[stdin:4450] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:413[stdin:4450] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:413[stdin:4450] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:432[stdin:4469] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:432[stdin:4469] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:432[stdin:4469] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:432[stdin:4469] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:540[stdin:4577] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:540[stdin:4577] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:540[stdin:4577] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:540[stdin:4577] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:541[stdin:4578] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:541[stdin:4578] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:541[stdin:4578] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:541[stdin:4578] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:568[stdin:4605] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:568[stdin:4605] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:568[stdin:4605] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:568[stdin:4605] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:569[stdin:4606] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:569[stdin:4606] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:569[stdin:4606] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:569[stdin:4606] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:590[stdin:4627] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:590[stdin:4627] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:590[stdin:4627] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:590[stdin:4627] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:614[stdin:4651] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:614[stdin:4651] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:614[stdin:4651] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:614[stdin:4651] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:642[stdin:4679] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:642[stdin:4679] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:652[stdin:4689] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:652[stdin:4689] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:652[stdin:4689] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:652[stdin:4689] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:653[stdin:4690] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:653[stdin:4690] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:664[stdin:4701] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:664[stdin:4701] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:664[stdin:4701] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:664[stdin:4701] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:665[stdin:4702] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z38.c:665[stdin:4702] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z39.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z40.c
warning: /usr/akumar/alt/devel/ports/lout/z40.c:82[stdin:4122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:82[stdin:4122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:82[stdin:4122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:82[stdin:4122] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:83[stdin:4123] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:83[stdin:4123] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:83[stdin:4123] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:83[stdin:4123] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:88[stdin:4128] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:92[stdin:4132] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:216[stdin:4256] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:216[stdin:4256] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:216[stdin:4256] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:267[stdin:4305] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z40.c:267[stdin:4305] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z41.c
warning: /usr/akumar/alt/devel/ports/lout/z41.c:103[stdin:4143] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z41.c:103[stdin:4143] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z41.c:680[stdin:4715] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z42.c
warning: /usr/akumar/alt/devel/ports/lout/z42.c:114[stdin:4150] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z42.c:114[stdin:4150] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z42.c:114[stdin:4150] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z42.c:114[stdin:4150] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z43.c
warning: /usr/akumar/alt/devel/ports/lout/z43.c:107[stdin:4143] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:107[stdin:4143] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:107[stdin:4143] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:107[stdin:4143] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:238[stdin:4274] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:238[stdin:4274] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:238[stdin:4274] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:238[stdin:4274] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:244[stdin:4280] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:244[stdin:4280] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:244[stdin:4280] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:244[stdin:4280] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:261[stdin:4297] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z43.c:261[stdin:4297] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z44.c
warning: /usr/akumar/alt/devel/ports/lout/z44.c:184[stdin:4197] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:184[stdin:4197] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:184[stdin:4197] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:184[stdin:4197] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:203[stdin:4216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:203[stdin:4216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:203[stdin:4216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:203[stdin:4216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:219[stdin:4232] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:219[stdin:4232] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:219[stdin:4232] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:219[stdin:4232] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:220[stdin:4233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:220[stdin:4233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:220[stdin:4233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:220[stdin:4233] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:222[stdin:4235] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:222[stdin:4235] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:222[stdin:4235] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:222[stdin:4235] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:243[stdin:4256] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:243[stdin:4256] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:243[stdin:4256] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:243[stdin:4256] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:245[stdin:4258] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:245[stdin:4258] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:245[stdin:4258] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:245[stdin:4258] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:248[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:248[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:248[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:248[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:251[stdin:4264] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:251[stdin:4264] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:251[stdin:4264] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:251[stdin:4264] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:334[stdin:4347] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:334[stdin:4347] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:334[stdin:4347] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:334[stdin:4347] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:334[stdin:4347] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:334[stdin:4347] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:339[stdin:4352] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:371[stdin:4384] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:371[stdin:4384] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:371[stdin:4384] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:371[stdin:4384] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:391[stdin:4404] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:391[stdin:4404] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:391[stdin:4404] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:391[stdin:4404] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:424[stdin:4437] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:424[stdin:4437] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:424[stdin:4437] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:424[stdin:4437] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:448[stdin:4461] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:448[stdin:4461] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:448[stdin:4461] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:448[stdin:4461] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:449[stdin:4462] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:449[stdin:4462] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:449[stdin:4462] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:449[stdin:4462] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:454[stdin:4467] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:454[stdin:4467] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:454[stdin:4467] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:454[stdin:4467] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:455[stdin:4468] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:455[stdin:4468] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:455[stdin:4468] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:455[stdin:4468] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:458[stdin:4471] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:458[stdin:4471] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:458[stdin:4471] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:458[stdin:4471] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:459[stdin:4472] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:459[stdin:4472] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:459[stdin:4472] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:459[stdin:4472] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:482[stdin:4495] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:482[stdin:4495] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:482[stdin:4495] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:482[stdin:4495] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:483[stdin:4496] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:483[stdin:4496] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:483[stdin:4496] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:483[stdin:4496] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:484[stdin:4497] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:484[stdin:4497] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:484[stdin:4497] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:484[stdin:4497] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:490[stdin:4503] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:490[stdin:4503] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:490[stdin:4503] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:490[stdin:4503] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:491[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:491[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:491[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:491[stdin:4504] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:555[stdin:4568] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:555[stdin:4568] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:555[stdin:4568] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:555[stdin:4568] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:557[stdin:4570] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:557[stdin:4570] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:557[stdin:4570] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:557[stdin:4570] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:568[stdin:4581] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:568[stdin:4581] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:568[stdin:4581] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:568[stdin:4581] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:569[stdin:4582] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:569[stdin:4582] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:569[stdin:4582] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z44.c:569[stdin:4582] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z45.c
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z46.c
warning: /usr/akumar/alt/devel/ports/lout/z46.c:142[stdin:4182] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:142[stdin:4182] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:148[stdin:4188] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:148[stdin:4188] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:162[stdin:4202] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:162[stdin:4202] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:162[stdin:4202] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:162[stdin:4202] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:172[stdin:4212] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:172[stdin:4212] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:221[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:221[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:221[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:221[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:240[stdin:4275] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:240[stdin:4275] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:242[stdin:4277] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:242[stdin:4277] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:242[stdin:4277] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:242[stdin:4277] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:256[stdin:4291] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:256[stdin:4291] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:256[stdin:4291] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:256[stdin:4291] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:264[stdin:4299] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:264[stdin:4299] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:264[stdin:4299] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:264[stdin:4299] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:265[stdin:4300] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:265[stdin:4300] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:265[stdin:4300] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:265[stdin:4300] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:276[stdin:4311] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:276[stdin:4311] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:304[stdin:4339] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:304[stdin:4339] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:336[stdin:4369] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:336[stdin:4369] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:336[stdin:4369] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:336[stdin:4369] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:338[stdin:4371] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:338[stdin:4371] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:338[stdin:4371] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:338[stdin:4371] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:343[stdin:4376] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:343[stdin:4376] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:343[stdin:4376] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:343[stdin:4376] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:373[stdin:4406] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:373[stdin:4406] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:373[stdin:4406] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:373[stdin:4406] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:375[stdin:4408] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:375[stdin:4408] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:375[stdin:4408] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z46.c:375[stdin:4408] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z47.c
warning: /usr/akumar/alt/devel/ports/lout/z47.c:105[stdin:4141] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:105[stdin:4141] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:105[stdin:4141] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:105[stdin:4141] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:138[stdin:4174] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:138[stdin:4174] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:138[stdin:4174] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:138[stdin:4174] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:139[stdin:4175] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:139[stdin:4175] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:151[stdin:4187] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:151[stdin:4187] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:151[stdin:4187] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:151[stdin:4187] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:152[stdin:4188] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:152[stdin:4188] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:152[stdin:4188] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:152[stdin:4188] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:153[stdin:4189] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:153[stdin:4189] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:153[stdin:4189] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:153[stdin:4189] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:181[stdin:4217] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:181[stdin:4217] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:181[stdin:4217] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:181[stdin:4217] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:212[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:212[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:212[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:212[stdin:4248] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:213[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:213[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:224[stdin:4260] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:224[stdin:4260] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:224[stdin:4260] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:224[stdin:4260] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:225[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:225[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:225[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:225[stdin:4261] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:226[stdin:4262] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:226[stdin:4262] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:226[stdin:4262] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z47.c:226[stdin:4262] result of operation not used
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z48.c
warning: /usr/akumar/alt/devel/ports/lout/z48.c:1044[stdin:5272] param declared and not used: in_fp
warning: /usr/akumar/alt/devel/ports/lout/z48.c:1334[stdin:5556] unreachable code RETURN
warning: /usr/akumar/alt/devel/ports/lout/z48.c:1764[stdin:5959] param declared and not used: in_fp
warning: /usr/akumar/alt/devel/ports/lout/z48.c:3048[stdin:7243] param declared and not used: in_fp
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z49.c
warning: /usr/akumar/alt/devel/ports/lout/z49.c:125[stdin:4165] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:125[stdin:4165] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:125[stdin:4165] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:151[stdin:4191] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:151[stdin:4191] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:151[stdin:4191] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:164[stdin:4204] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:164[stdin:4204] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:164[stdin:4204] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:263[stdin:4299] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:263[stdin:4299] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:263[stdin:4299] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:263[stdin:4299] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:360[stdin:4388] param declared and not used: length_dim
warning: /usr/akumar/alt/devel/ports/lout/z49.c:378[stdin:4406] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:378[stdin:4406] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:378[stdin:4406] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:378[stdin:4406] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:617[stdin:4645] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:617[stdin:4645] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:617[stdin:4645] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:617[stdin:4645] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:652[stdin:4676] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:652[stdin:4676] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:652[stdin:4676] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:652[stdin:4676] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1096[stdin:5116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1096[stdin:5116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1096[stdin:5116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1096[stdin:5116] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1274[stdin:5294] param declared and not used: v
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1274[stdin:5294] param declared and not used: h
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1386[stdin:5405] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1386[stdin:5405] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1386[stdin:5405] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1386[stdin:5405] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1386[stdin:5405] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1386[stdin:5405] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1391[stdin:5410] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1391[stdin:5410] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1391[stdin:5410] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1391[stdin:5410] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1391[stdin:5410] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1391[stdin:5410] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1392[stdin:5411] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1392[stdin:5411] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1392[stdin:5411] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1393[stdin:5412] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1393[stdin:5412] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1393[stdin:5412] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1393[stdin:5412] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1393[stdin:5412] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1393[stdin:5412] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1399[stdin:5418] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1399[stdin:5418] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1399[stdin:5418] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1408[stdin:5426] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1408[stdin:5426] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1408[stdin:5426] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1408[stdin:5426] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1408[stdin:5426] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1408[stdin:5426] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1409[stdin:5427] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1409[stdin:5427] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1409[stdin:5427] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1429[stdin:5446] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1429[stdin:5446] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1429[stdin:5446] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1429[stdin:5446] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1429[stdin:5446] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1429[stdin:5446] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1430[stdin:5447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1430[stdin:5447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1430[stdin:5447] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1454[stdin:5471] param declared and not used: z
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1454[stdin:5471] param declared and not used: ymk
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1454[stdin:5471] param declared and not used: xmk
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1454[stdin:5471] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1983[stdin:6000] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1983[stdin:6000] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1983[stdin:6000] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1983[stdin:6000] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1999[stdin:6016] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1999[stdin:6016] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1999[stdin:6016] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z49.c:1999[stdin:6016] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2135[stdin:6152] param declared and not used: enc
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2135[stdin:6152] param declared and not used: fp
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2139[stdin:6156] param declared and not used: short_name
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2139[stdin:6156] param declared and not used: font_name
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2139[stdin:6156] param declared and not used: font_curr_page
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2139[stdin:6156] param declared and not used: face
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2143[stdin:6160] param declared and not used: first
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2143[stdin:6160] param declared and not used: font_name
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2146[stdin:6163] param declared and not used: m
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2150[stdin:6167] param declared and not used: label
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2150[stdin:6167] param declared and not used: v
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2150[stdin:6167] param declared and not used: h
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2154[stdin:6171] param declared and not used: label
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2154[stdin:6171] param declared and not used: v
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2154[stdin:6171] param declared and not used: h
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2160[stdin:6177] param declared and not used: vpos
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2160[stdin:6177] param declared and not used: hpos
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2160[stdin:6177] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2164[stdin:6181] param declared and not used: z
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2164[stdin:6181] param declared and not used: ymk
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2164[stdin:6181] param declared and not used: xmk
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2164[stdin:6181] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2168[stdin:6185] param declared and not used: ymk
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2168[stdin:6185] param declared and not used: xstop
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2168[stdin:6185] param declared and not used: xstart
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2168[stdin:6185] param declared and not used: pat
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2168[stdin:6185] param declared and not used: col
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2168[stdin:6185] param declared and not used: fnum
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2171[stdin:6188] param declared and not used: ydist
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2171[stdin:6188] param declared and not used: xdist
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2174[stdin:6191] param declared and not used: amount
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2177[stdin:6194] param declared and not used: vfactor
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2177[stdin:6194] param declared and not used: hfactor
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2186[stdin:6203] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2192[stdin:6209] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2195[stdin:6212] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2199[stdin:6216] param declared and not used: ydist
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2199[stdin:6216] param declared and not used: xdist
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2199[stdin:6216] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2203[stdin:6220] param declared and not used: rowmark
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2203[stdin:6220] param declared and not used: colmark
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2203[stdin:6220] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2207[stdin:6224] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2207[stdin:6224] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2207[stdin:6224] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2207[stdin:6224] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2207[stdin:6224] param declared and not used: name
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2211[stdin:6228] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2211[stdin:6228] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2211[stdin:6228] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2211[stdin:6228] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2211[stdin:6228] param declared and not used: name
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2215[stdin:6232] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2215[stdin:6232] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2215[stdin:6232] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2215[stdin:6232] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z49.c:2215[stdin:6232] param declared and not used: url
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z50.c
warning: /usr/akumar/alt/devel/ports/lout/z50.c:132[stdin:4239] param declared and not used: length_dim
warning: /usr/akumar/alt/devel/ports/lout/z50.c:154[stdin:4261] param declared and not used: font_curr_page
warning: /usr/akumar/alt/devel/ports/lout/z50.c:183[stdin:4287] param declared and not used: first
warning: /usr/akumar/alt/devel/ports/lout/z50.c:183[stdin:4287] param declared and not used: font_name
warning: /usr/akumar/alt/devel/ports/lout/z50.c:219[stdin:4323] param declared and not used: label
warning: /usr/akumar/alt/devel/ports/lout/z50.c:241[stdin:4345] param declared and not used: label
warning: /usr/akumar/alt/devel/ports/lout/z50.c:241[stdin:4345] param declared and not used: v
warning: /usr/akumar/alt/devel/ports/lout/z50.c:241[stdin:4345] param declared and not used: h
warning: /usr/akumar/alt/devel/ports/lout/z50.c:462[stdin:4561] param declared and not used: z
warning: /usr/akumar/alt/devel/ports/lout/z50.c:462[stdin:4561] param declared and not used: ymk
warning: /usr/akumar/alt/devel/ports/lout/z50.c:462[stdin:4561] param declared and not used: xmk
warning: /usr/akumar/alt/devel/ports/lout/z50.c:462[stdin:4561] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z50.c:478[stdin:4577] param declared and not used: pat
warning: /usr/akumar/alt/devel/ports/lout/z50.c:478[stdin:4577] param declared and not used: col
warning: /usr/akumar/alt/devel/ports/lout/z50.c:779[stdin:4878] param declared and not used: rowmark
warning: /usr/akumar/alt/devel/ports/lout/z50.c:779[stdin:4878] param declared and not used: colmark
warning: /usr/akumar/alt/devel/ports/lout/z50.c:798[stdin:4897] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z50.c:798[stdin:4897] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z50.c:798[stdin:4897] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z50.c:798[stdin:4897] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z50.c:798[stdin:4897] param declared and not used: name
warning: /usr/akumar/alt/devel/ports/lout/z50.c:821[stdin:4920] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z50.c:821[stdin:4920] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z50.c:821[stdin:4920] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z50.c:821[stdin:4920] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z50.c:821[stdin:4920] param declared and not used: name
warning: /usr/akumar/alt/devel/ports/lout/z50.c:841[stdin:4940] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z50.c:841[stdin:4940] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z50.c:841[stdin:4940] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z50.c:841[stdin:4940] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z50.c:841[stdin:4940] param declared and not used: url
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z51.c
warning: /usr/akumar/alt/devel/ports/lout/z51.c:113[stdin:4153] param declared and not used: first_size_str
warning: /usr/akumar/alt/devel/ports/lout/z51.c:113[stdin:4153] param declared and not used: font_name
warning: /usr/akumar/alt/devel/ports/lout/z51.c:113[stdin:4153] param declared and not used: font_curr_page
warning: /usr/akumar/alt/devel/ports/lout/z51.c:113[stdin:4153] param declared and not used: face
warning: /usr/akumar/alt/devel/ports/lout/z51.c:130[stdin:4170] param declared and not used: first
warning: /usr/akumar/alt/devel/ports/lout/z51.c:130[stdin:4170] param declared and not used: font_name
warning: /usr/akumar/alt/devel/ports/lout/z51.c:145[stdin:4185] param declared and not used: m
warning: /usr/akumar/alt/devel/ports/lout/z51.c:162[stdin:4202] param declared and not used: label
warning: /usr/akumar/alt/devel/ports/lout/z51.c:192[stdin:4232] param declared and not used: label
warning: /usr/akumar/alt/devel/ports/lout/z51.c:207[stdin:4243] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z51.c:207[stdin:4243] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z51.c:207[stdin:4243] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z51.c:219[stdin:4251] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z51.c:219[stdin:4251] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z51.c:219[stdin:4251] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z51.c:349[stdin:4378] param declared and not used: ymk
warning: /usr/akumar/alt/devel/ports/lout/z51.c:349[stdin:4378] param declared and not used: xstop
warning: /usr/akumar/alt/devel/ports/lout/z51.c:349[stdin:4378] param declared and not used: xstart
warning: /usr/akumar/alt/devel/ports/lout/z51.c:349[stdin:4378] param declared and not used: pat
warning: /usr/akumar/alt/devel/ports/lout/z51.c:349[stdin:4378] param declared and not used: col
warning: /usr/akumar/alt/devel/ports/lout/z51.c:349[stdin:4378] param declared and not used: fnum
warning: /usr/akumar/alt/devel/ports/lout/z51.c:384[stdin:4409] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z51.c:384[stdin:4409] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z51.c:384[stdin:4409] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z51.c:407[stdin:4428] param declared and not used: ydist
warning: /usr/akumar/alt/devel/ports/lout/z51.c:407[stdin:4428] param declared and not used: xdist
warning: /usr/akumar/alt/devel/ports/lout/z51.c:423[stdin:4444] param declared and not used: amount
warning: /usr/akumar/alt/devel/ports/lout/z51.c:438[stdin:4459] param declared and not used: vfactor
warning: /usr/akumar/alt/devel/ports/lout/z51.c:438[stdin:4459] param declared and not used: hfactor
warning: /usr/akumar/alt/devel/ports/lout/z51.c:453[stdin:4474] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:483[stdin:4504] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:500[stdin:4521] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:525[stdin:4546] param declared and not used: ydist
warning: /usr/akumar/alt/devel/ports/lout/z51.c:525[stdin:4546] param declared and not used: xdist
warning: /usr/akumar/alt/devel/ports/lout/z51.c:525[stdin:4546] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:540[stdin:4561] param declared and not used: rowmark
warning: /usr/akumar/alt/devel/ports/lout/z51.c:540[stdin:4561] param declared and not used: colmark
warning: /usr/akumar/alt/devel/ports/lout/z51.c:540[stdin:4561] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:557[stdin:4578] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z51.c:557[stdin:4578] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:557[stdin:4578] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z51.c:557[stdin:4578] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:557[stdin:4578] param declared and not used: name
warning: /usr/akumar/alt/devel/ports/lout/z51.c:578[stdin:4599] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z51.c:578[stdin:4599] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:578[stdin:4599] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z51.c:578[stdin:4599] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:578[stdin:4599] param declared and not used: name
warning: /usr/akumar/alt/devel/ports/lout/z51.c:596[stdin:4617] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z51.c:596[stdin:4617] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:596[stdin:4617] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z51.c:596[stdin:4617] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:596[stdin:4617] param declared and not used: url
warning: /usr/akumar/alt/devel/ports/lout/z51.c:681[stdin:4702] param declared and not used: enc
warning: /usr/akumar/alt/devel/ports/lout/z51.c:681[stdin:4702] param declared and not used: fp
warning: /usr/akumar/alt/devel/ports/lout/z51.c:685[stdin:4706] param declared and not used: short_name
warning: /usr/akumar/alt/devel/ports/lout/z51.c:685[stdin:4706] param declared and not used: font_name
warning: /usr/akumar/alt/devel/ports/lout/z51.c:685[stdin:4706] param declared and not used: font_curr_page
warning: /usr/akumar/alt/devel/ports/lout/z51.c:685[stdin:4706] param declared and not used: face
warning: /usr/akumar/alt/devel/ports/lout/z51.c:689[stdin:4710] param declared and not used: first
warning: /usr/akumar/alt/devel/ports/lout/z51.c:689[stdin:4710] param declared and not used: font_name
warning: /usr/akumar/alt/devel/ports/lout/z51.c:692[stdin:4713] param declared and not used: m
warning: /usr/akumar/alt/devel/ports/lout/z51.c:696[stdin:4717] param declared and not used: label
warning: /usr/akumar/alt/devel/ports/lout/z51.c:696[stdin:4717] param declared and not used: v
warning: /usr/akumar/alt/devel/ports/lout/z51.c:696[stdin:4717] param declared and not used: h
warning: /usr/akumar/alt/devel/ports/lout/z51.c:700[stdin:4721] param declared and not used: label
warning: /usr/akumar/alt/devel/ports/lout/z51.c:700[stdin:4721] param declared and not used: v
warning: /usr/akumar/alt/devel/ports/lout/z51.c:700[stdin:4721] param declared and not used: h
warning: /usr/akumar/alt/devel/ports/lout/z51.c:706[stdin:4727] param declared and not used: vpos
warning: /usr/akumar/alt/devel/ports/lout/z51.c:706[stdin:4727] param declared and not used: hpos
warning: /usr/akumar/alt/devel/ports/lout/z51.c:706[stdin:4727] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:710[stdin:4731] param declared and not used: z
warning: /usr/akumar/alt/devel/ports/lout/z51.c:710[stdin:4731] param declared and not used: ymk
warning: /usr/akumar/alt/devel/ports/lout/z51.c:710[stdin:4731] param declared and not used: xmk
warning: /usr/akumar/alt/devel/ports/lout/z51.c:710[stdin:4731] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:714[stdin:4735] param declared and not used: ymk
warning: /usr/akumar/alt/devel/ports/lout/z51.c:714[stdin:4735] param declared and not used: xstop
warning: /usr/akumar/alt/devel/ports/lout/z51.c:714[stdin:4735] param declared and not used: xstart
warning: /usr/akumar/alt/devel/ports/lout/z51.c:714[stdin:4735] param declared and not used: pat
warning: /usr/akumar/alt/devel/ports/lout/z51.c:714[stdin:4735] param declared and not used: col
warning: /usr/akumar/alt/devel/ports/lout/z51.c:714[stdin:4735] param declared and not used: fnum
warning: /usr/akumar/alt/devel/ports/lout/z51.c:717[stdin:4738] param declared and not used: ydist
warning: /usr/akumar/alt/devel/ports/lout/z51.c:717[stdin:4738] param declared and not used: xdist
warning: /usr/akumar/alt/devel/ports/lout/z51.c:720[stdin:4741] param declared and not used: amount
warning: /usr/akumar/alt/devel/ports/lout/z51.c:723[stdin:4744] param declared and not used: vfactor
warning: /usr/akumar/alt/devel/ports/lout/z51.c:723[stdin:4744] param declared and not used: hfactor
warning: /usr/akumar/alt/devel/ports/lout/z51.c:726[stdin:4747] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:732[stdin:4753] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:735[stdin:4756] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:739[stdin:4760] param declared and not used: ydist
warning: /usr/akumar/alt/devel/ports/lout/z51.c:739[stdin:4760] param declared and not used: xdist
warning: /usr/akumar/alt/devel/ports/lout/z51.c:739[stdin:4760] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:743[stdin:4764] param declared and not used: rowmark
warning: /usr/akumar/alt/devel/ports/lout/z51.c:743[stdin:4764] param declared and not used: colmark
warning: /usr/akumar/alt/devel/ports/lout/z51.c:743[stdin:4764] param declared and not used: x
warning: /usr/akumar/alt/devel/ports/lout/z51.c:747[stdin:4768] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z51.c:747[stdin:4768] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:747[stdin:4768] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z51.c:747[stdin:4768] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:747[stdin:4768] param declared and not used: name
warning: /usr/akumar/alt/devel/ports/lout/z51.c:751[stdin:4772] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z51.c:751[stdin:4772] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:751[stdin:4772] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z51.c:751[stdin:4772] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:751[stdin:4772] param declared and not used: name
warning: /usr/akumar/alt/devel/ports/lout/z51.c:755[stdin:4776] param declared and not used: ury
warning: /usr/akumar/alt/devel/ports/lout/z51.c:755[stdin:4776] param declared and not used: urx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:755[stdin:4776] param declared and not used: lly
warning: /usr/akumar/alt/devel/ports/lout/z51.c:755[stdin:4776] param declared and not used: llx
warning: /usr/akumar/alt/devel/ports/lout/z51.c:755[stdin:4776] param declared and not used: url
cc -DOS_UNIX=1					 -DOS_DOS=0					 -DOS_MAC=0					 -DDB_FIX=0					 -DUSE_STAT=0					 -DSAFE_DFT=0					 -DCOLLATE=0					 -DLIB_DIR=\"/usr/akumar/lib/lout/lib\"				 -DFONT_DIR=\"font\"				 -DMAPS_DIR=\"maps\"				 -DINCL_DIR=\"include\"				 -DDATA_DIR=\"data\"				 -DHYPH_DIR=\"hyph\"				 -DLOCALE_DIR=\"locale\"				 -DCHAR_IN=0					 -DCHAR_OUT=0					 -DLOCALE_ON=0					 -DASSERT_ON=1 -N -w				 -DDEBUG_ON=0				 						 -DPDF_COMPRESSION=0			  -c z52.c
warning: /usr/akumar/alt/devel/ports/lout/z52.c:114[stdin:4150] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z52.c:114[stdin:4150] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z52.c:114[stdin:4150] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/z52.c:114[stdin:4150] result of operation not used
cc -o lout z01.o z02.o z03.o z04.o z05.o z06.o z07.o z08.o	 z09.o z10.o z11.o z12.o z13.o z14.o z15.o z16.o	 z17.o z18.o z19.o z20.o z21.o z22.o z23.o z24.o	 z25.o z26.o z27.o z28.o z29.o z30.o z31.o z32.o	 z33.o z34.o z35.o z36.o z37.o z38.o z39.o z40.o	 z41.o z42.o z43.o z44.o z45.o z46.o z47.o z48.o	 z49.o z50.o z51.o z52.o  -lm
chmod a+x lout
cc -N -w -o prg2lout prg2lout.c
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:3790[stdin:3911] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:3790[stdin:3911] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:3790[stdin:3911] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:3793[stdin:3914] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:3793[stdin:3914] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:3793[stdin:3914] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:3979[stdin:4100] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:3979[stdin:4100] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:3979[stdin:4100] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4070[stdin:4191] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4070[stdin:4191] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4070[stdin:4191] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4081[stdin:4202] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4081[stdin:4202] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4081[stdin:4202] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4084[stdin:4205] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4084[stdin:4205] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4084[stdin:4205] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4095[stdin:4216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4095[stdin:4216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4095[stdin:4216] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4102[stdin:4223] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4102[stdin:4223] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4102[stdin:4223] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4128[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4128[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4128[stdin:4249] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4131[stdin:4252] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4131[stdin:4252] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4131[stdin:4252] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4157[stdin:4278] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4157[stdin:4278] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4157[stdin:4278] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4161[stdin:4282] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4161[stdin:4282] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4161[stdin:4282] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4169[stdin:4290] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4169[stdin:4290] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4169[stdin:4290] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4243[stdin:4364] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4243[stdin:4364] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4243[stdin:4364] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4249[stdin:4370] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4249[stdin:4370] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4249[stdin:4370] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4300[stdin:4421] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4300[stdin:4421] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4300[stdin:4421] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4302[stdin:4423] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4302[stdin:4423] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4302[stdin:4423] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4309[stdin:4430] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4309[stdin:4430] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4309[stdin:4430] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4310[stdin:4431] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4310[stdin:4431] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4310[stdin:4431] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4312[stdin:4433] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4312[stdin:4433] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:4312[stdin:4433] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:5436[stdin:5557] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:5436[stdin:5557] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:5436[stdin:5557] result of operation not used
warning: /usr/akumar/alt/devel/ports/lout/prg2lout.c:5444[stdin:5565] no return at end of function: main
chmod a+x prg2lout

(a) Installing lout and prg2lout binaries into BINDIR /usr/akumar/bin/386
cp lout /usr/akumar/bin/386/lout
chmod 755 /usr/akumar/bin/386/lout
cp prg2lout /usr/akumar/bin/386/prg2lout
chmod 755 /usr/akumar/bin/386/prg2lout

(b) Installing library files into LOUTLIBDIR /usr/akumar/lib/lout/lib
mkdir /usr/akumar/lib/lout/lib
chmod 755 /usr/akumar/lib/lout/lib

mkdir /usr/akumar/lib/lout/lib/include
chmod 755 /usr/akumar/lib/lout/lib/include
cp include/* /usr/akumar/lib/lout/lib/include
chmod 644 /usr/akumar/lib/lout/lib/include/*

mkdir /usr/akumar/lib/lout/lib/data
chmod 755 /usr/akumar/lib/lout/lib/data
cp data/* /usr/akumar/lib/lout/lib/data
chmod 644 /usr/akumar/lib/lout/lib/data/*

mkdir /usr/akumar/lib/lout/lib/hyph
chmod 755 /usr/akumar/lib/lout/lib/hyph
cp hyph/* /usr/akumar/lib/lout/lib/hyph
chmod 644 /usr/akumar/lib/lout/lib/hyph/*

mkdir /usr/akumar/lib/lout/lib/font
chmod 755 /usr/akumar/lib/lout/lib/font
cp font/* /usr/akumar/lib/lout/lib/font
chmod 644 /usr/akumar/lib/lout/lib/font/*

mkdir /usr/akumar/lib/lout/lib/maps
chmod 755 /usr/akumar/lib/lout/lib/maps
cp maps/* /usr/akumar/lib/lout/lib/maps
chmod 644 /usr/akumar/lib/lout/lib/maps/*

mkdir /usr/akumar/lib/lout/lib/locale
chmod 755 /usr/akumar/lib/lout/lib/locale

(c) Initializing run (should be silent, no errors expected)
/usr/akumar/bin/386/lout -x -s /usr/akumar/lib/lout/lib/include/init
lout:
         internal error: hyphenation class of t may not be changed
*** Error code 1

Stop.
$ exit
cpu% cat /dev/text > /tmp/louterr

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] APE port: lout(1)
  2010-05-18 23:11 [9fans] APE port: lout(1) Akshat Kumar
@ 2010-05-19 14:25 ` Richard Miller
  2010-05-19 23:45   ` Akshat Kumar
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Miller @ 2010-05-19 14:25 UTC (permalink / raw)
  To: 9fans

> [3] The execution that fails is actually a crucial
> part of the `make install' process. I've attached
> the whole output of the build and install
> processes.

The problem is in /sys/src/ape/lib/ap/stdio/vfscanf.c -- semantics of
"%n" is incorrect if an item is terminated by EOF (i.e. end of string
in the case of sscanf).

I'll submit a patch for vfscanf.  Meanwhile a workaround for your
lout(1) is to find this line in z36.c:
	bpos += bcount;
and insert this line after it:
	if(buff[bpos-1] == 0) bpos--;




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] APE port: lout(1)
  2010-05-19 14:25 ` Richard Miller
@ 2010-05-19 23:45   ` Akshat Kumar
  2010-05-20 10:34     ` Richard Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Akshat Kumar @ 2010-05-19 23:45 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Ah! Thank you for this!

The initialization works
perfectly now.

I wonder, however, if there
is another problem around
z38.c:254, like the one you
have mentioned here?

I get the following (extra
debugging info removed)
when I try to do

cpu% cd doc/slides
cpu% lout -r2 all > slides.ps
<snip>
cm:   line 280: UC Ocircumflex
cm:   line 280: UA o
cm:   line 280: AC circumflex
cm:   line 281: UC Otilde
cm:   line 281: UA o
cm:   line 281: AC tilde
cm:   line 282: UC Odieresis
cm:   line 282: UA o
cm:   line 282: AC dieresis
cm:   line 283: is UC Odieresis
lout file "/usr/akumar/lib/lout/lib/data/fontdefs.ld" (from "slides"
line 409, from "all" line 7):
  788,16: fatal error: unknown mapping name is in mapping file
/usr/akumar/lib/lout/lib/maps/LtLatin1.LCM (line 283)

where lines 280 through 286
of LtLatin1.LCM contain:

244	364	ocircumflex	UC Ocircumflex;	UA o;		AC circumflex;
245	365	otilde		UC Otilde;	UA o;		AC tilde;
246	366	odieresis	UC Odieresis;	UA o;		AC dieresis;
247	367	divide
248	370	oslash		UC Oslash;
249	371	ugrave		UC Ugrave;	UA u;		AC grave;
250	372	uacute		UC Uacute;	UA u;		AC acute;

so, it is reading

247	367	divide

wrongly. Hence, my guess that
this too is a problem with sscanf.
(It appears that "divide" is being
read as "is UC Odieresis"?)


Thank you,
ak





On 5/19/10, Richard Miller <9fans@hamnavoe.com> wrote:
>> [3] The execution that fails is actually a crucial
>> part of the `make install' process. I've attached
>> the whole output of the build and install
>> processes.
>
> The problem is in /sys/src/ape/lib/ap/stdio/vfscanf.c -- semantics of
> "%n" is incorrect if an item is terminated by EOF (i.e. end of string
> in the case of sscanf).
>
> I'll submit a patch for vfscanf.  Meanwhile a workaround for your
> lout(1) is to find this line in z36.c:
> 	bpos += bcount;
> and insert this line after it:
> 	if(buff[bpos-1] == 0) bpos--;
>
>
>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] APE port: lout(1)
  2010-05-19 23:45   ` Akshat Kumar
@ 2010-05-20 10:34     ` Richard Miller
  2010-05-20 12:29       ` Akshat Kumar
  2010-05-20 12:57       ` Akshat Kumar
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Miller @ 2010-05-20 10:34 UTC (permalink / raw)
  To: 9fans

> I wonder, however, if there
> is another problem around
> z38.c:254, like the one you
> have mentioned here?

Probably - there are a couple of instances of sscanf %s%n there.

I've just submitted patch scanf-string-eof which should correct
all these.






^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] APE port: lout(1)
  2010-05-20 10:34     ` Richard Miller
@ 2010-05-20 12:29       ` Akshat Kumar
  2010-05-20 12:57       ` Akshat Kumar
  1 sibling, 0 replies; 8+ messages in thread
From: Akshat Kumar @ 2010-05-20 12:29 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 8993 bytes --]

I applied your patches, reverted the old
change to z36.c, and recompiled. Install
went smoothly, and now there are none
of the obvious errors as before, regarding
sscanf. However, there is a new issue -
the program sys-traps as it's about to
produce output. Here's the basic acid trace:

term% lout all >slides.ps
lout 1982: suicide: sys: trap: fault read addr=0x94000000 pc=0x000e4aa9
term% acid 1982
/proc/1982/text:386 plan 9 executable
/sys/lib/acid/port
/sys/lib/acid/386
acid: lstk()
ocvt_s(precision=0xffffffff,f=0xf51e0,args=0xdfffc928,flags=0x0,width=0x0)+0x1d2 /sys/src/ape/lib/ap/stdio/vfprintf.c:233
	n=0x0
	s=0x94000000
	i=0x6480c0
vfprintf(f=0xf51e0,s=0xf8d92,args=0xdfffc94e)+0x17d /sys/src/ape/lib/ap/stdio/vfprintf.c:199
fprintf(fmt=0xf8d8c,f=0xf51e0)+0x1f /sys/src/ape/lib/ap/stdio/fprintf.c:11
SetBaseLineMarkAndFont(blm=0x0,f=0x2)+0xe6 /usr/akumar/alt/devel/ports/lout/z49.c:121
PS_DefineGraphicNames(x=0x646ca8)+0x71 /usr/akumar/alt/devel/ports/lout/z49.c:1697
PS_SaveTranslateDefineSave(x=0x646ca8,xdist=0x0,ydist=0x0)+0x49 /usr/akumar/alt/devel/ports/lout/z49.c:1736
FixAndPrintObject(x=0x646ca8,actual_back=0xdfffcb0c,xb=0x0,actual_fwd=0xdfffcb08,xf=0x41c7,dim=0x1,count=0x1,xmk=0x0,pg=0x41c7,suppress=0x0)+0x7bac /usr/akumar/alt/devel/ports/lout/z23.c:665
	y=0x647a40
	prev=0x0
	res=0x646ca8
	z=0x664740
	thr=0x63b500
	yf=0x63cdc8
	aback=0x0
	afwd=0x2e7b
	face=0x627714
	f=0x0
	ymk=0x236a
	yb=0x0
	scale_factor=0x0
	colc=0x0
	rowc=0xdfffcac0
	yc=0x1
	tmp=0x64d5a4
	pre=0x63f914
	post=0x0
	link=0x637d51
	jn=0x236a
	g=0x648bd8
	frame_size=0x236a
	back_edge=0x0
	inc=0xdfffcac0
	mk=0x236a
	start_group=0x63f914
	dble_found=0x0
	dlen=0x64e214
	b=0x236a
	m=0x0
	zlink=0x63f914
	adjust_sofar=0x0
	gaps_sofar=0xdfffd318
	underline_xstart=0xdfffd318
	underline_font=0xd3180000
	underline_colour=0x0
	underline_texture=0xdfff
	last_bad_gap=0x6ef2d
	adjustable_gaps=0x704ef
	actual_size=0x0
	c=0x312c
	prnt=0x0
	adjust_indent=0x0
	will_adjust=0x63f914
	adjust_inc=0x64e214
	underlining=0x1
	adjusting=0x63f914
	urec=0x64d638
	uplink=0x236a
	i=0x0
Promote(hd=0x622d88,stop_link=0x6768a0,dest_index=0x6044ac,join_after=0x1)+0x879 /usr/akumar/alt/devel/ports/lout/z22.c:942
	dest=0x622cf4
	y=0x646ca8
	last=0x7fffff
	link=0x622d88
	tmp=0x236a
	prnt=0x7fffff
	extra_null=0x236a
	extra_gap=0x236a
	z=0x655f10
	t=0x0
	dim=0x0
	c=0x236a
	why=0x64cf54
	b=0x0
	f=0x236a
	aback=0x0
	afwd=0x2e7b
	label_string=0x637d50
	pnval=0x7fffff
	buff=0x674910
	tmp1=0xdfffd38c
	tmp2=0xdfffd34c
	top_y=0xdfffd350
	xxstart=0x7fffff
	xxstop=0x236a
	xxdest=0x236a
FlushGalley(hd=0x622d88)+0x25ab /usr/akumar/alt/devel/ports/lout/z20.c:888
	dest_encl=0x0
	need_adjust=0x0
	dest_back=0x0
	dest_fwd=0x0
	frame_size=0x0
	stop_back=0x0
	stop_fwd=0x0
	stop_perp_back=0x0
	stop_perp_fwd=0x0
	perp_back=0x0
	perp_fwd=0x0
	prnt_flush=0x0
	dim=0x1
	dest_index=0x6044ac
	inners=0x0
	y=0x671fc4
	attach_status=0xd2a
	stop_link=0x66cb14
	remove_target=0xdfffd7ac
	prnt=0x1758
	dest=0x622cf4
	target_is_internal=0x0
	headers_seen=0x0
	link=0x668968
	prec_gap=0x66f9e0
	tmp=0xc12
	zlink=0x0
	z=0x0
	prec_def=0xdfffd85c
	succ_gap=0x0
	succ_def=0x704ef
	dest_side=0x1
	dest_par_constr=0x0
	why=0xdfffd7bc
	dest_perp_constr=0x645378
	f=0x0
	pb=0x0
	pf=0x0
	tgp=0x0
	promotable=0x0
	top_z=0x6ed
	i=0x0
	headers_count=0x0
	eg=0xb13
	val=0x0
	index2=0x6ed
	hd2=0x702aa
	tag=0x1200
	seq=0xb13
	found=0x1758
	newseq=0x0
	gall=0x236a
	newsym=0x68b1c8
	newtag=0x0
	cnt=0x68b1c8
	sym=0x0
	cr=0x0
	ins=0x6ed
	tfnum=0xdcb00000
	tfpos=0x682c30
	tlnum=0xdfffd6fc
	tcont=0x0
ParentFlush(prnt_flush=0x1,dest_index=0x66c488,kill=0x1)+0x2e4 /usr/akumar/alt/devel/ports/lout/z20.c:92
	prnt=0x622d88
FlushGalley(hd=0x670a98)+0x72c /usr/akumar/alt/devel/ports/lout/z20.c:799
	dest_encl=0x64cd84
	need_adjust=0x1
	dest_back=0x0
	dest_fwd=0x4d6
	frame_size=0x2f15
	stop_back=0x0
	stop_fwd=0x4d6
	stop_perp_back=0x0
	stop_perp_fwd=0xc12
	perp_back=0x0
	perp_fwd=0xc12
	prnt_flush=0x1
	dim=0x1
	dest_index=0x66c488
	inners=0x0
	y=0x671d44
	attach_status=0x5
	stop_link=0x66ffd4
	remove_target=0x66c600
	prnt=0x622d88
	dest=0x685d08
	target_is_internal=0x1
	headers_seen=0x0
	link=0x670a98
	prec_gap=0x670858
	tmp=0x0
	zlink=0x2f15
	z=0xebd
	prec_def=0x684434
	succ_gap=0x0
	succ_def=0x2f15
	dest_side=0xa2
	dest_par_constr=0x2f15
	why=0x67e408
	dest_perp_constr=0x1758
	f=0x4d6
	pb=0x0
	pf=0xc12
	tgp=0x2f15
	promotable=0xebd
	top_z=0x2f15
	i=0xebd
	headers_count=0x2f15
	eg=0x47ff88
	val=0x2f15
	index2=0x2f15
	hd2=0xebd
	tag=0x2f15
	seq=0x47ff88
	found=0xdfffdcf4
	newseq=0x0
	gall=0xdfffdcb4
	newsym=0x0
	newtag=0x64ea78
	cnt=0x0
	sym=0xebd
	cr=0x2f15
	ins=0x2f15
	tfnum=0xf1b60064
	tfpos=0x653cec
	tlnum=0x63a530
	tcont=0x236a
FlushInners(hd=0x6446c4,inners=0x656410)+0x395 /usr/akumar/alt/devel/ports/lout/z22.c:147
	dest_index=0x647940
	y=0x64cd84
	z=0x670a98
	tmp=0x63dbd8
FlushGalley(hd=0x6446c4)+0xf37 /usr/akumar/alt/devel/ports/lout/z20.c:142
	dest_encl=0x624f38
	need_adjust=0x0
	dest_back=0x0
	dest_fwd=0x2058
	frame_size=0x2f15
	stop_back=0x0
	stop_fwd=0x0
	stop_perp_back=0x0
	stop_perp_fwd=0x0
	perp_back=0x0
	perp_fwd=0x1e9a
	prnt_flush=0x1
	dim=0x1
	dest_index=0x647940
	inners=0x656410
	y=0x627a04
	attach_status=0x0
	stop_link=0x0
	remove_target=0x0
	prnt=0x0
	dest=0x66bf20
	target_is_internal=0x1
	headers_seen=0x0
	link=0x66c7bc
	prec_gap=0x641f90
	tmp=0x312c
	zlink=0x63dbd8
	z=0x1
	prec_def=0x644af8
	succ_gap=0x0
	succ_def=0x0
	dest_side=0xa2
	dest_par_constr=0xebd
	why=0x668c98
	dest_perp_constr=0x4d0
	f=0x5e5918
	pb=0x6245b0
	pf=0x1
	tgp=0x63dbd8
	promotable=0x1
	top_z=0x0
	i=0x1
	headers_count=0x63dbd8
	eg=0x2
	val=0x63dbd8
	index2=0x0
	hd2=0x1
	tag=0x645378
	seq=0x2
	found=0x7d64b
	newseq=0x236a
	gall=0x0
	newsym=0x66cf94
	newtag=0x64c6d8
	cnt=0x66cf94
	sym=0x1
	cr=0x63dbd8
	ins=0x0
	tfnum=0xe0d80064
	tfpos=0x6ef2d
	tlnum=0x0
	tcont=0x651ab0
ParentFlush(prnt_flush=0x1,dest_index=0x637988,kill=0x0)+0x2e4 /usr/akumar/alt/devel/ports/lout/z20.c:92
	prnt=0x6446c4
FlushGalley(hd=0x6245b0)+0x270f /usr/akumar/alt/devel/ports/lout/z20.c:1054
	dest_encl=0x0
	need_adjust=0x0
	dest_back=0x0
	dest_fwd=0x0
	frame_size=0x0
	stop_back=0x0
	stop_fwd=0x0
	stop_perp_back=0x0
	stop_perp_fwd=0x0
	perp_back=0x0
	perp_fwd=0x0
	prnt_flush=0x1
	dim=0x1
	dest_index=0x637988
	inners=0x0
	y=0x651818
	attach_status=0x5
	stop_link=0x66b074
	remove_target=0x142cb8
	prnt=0x6446c4
	dest=0x6378f4
	target_is_internal=0x0
	headers_seen=0x0
	link=0x66c17c
	prec_gap=0x63e080
	tmp=0x60e1c4
	zlink=0x6f
	z=0x281ce
	prec_def=0x6460d8
	succ_gap=0x625b88
	succ_def=0x2f15
	dest_side=0x63869c
	dest_par_constr=0x0
	why=0x4
	dest_perp_constr=0x646058
	f=0x8e152
	pb=0x275a6
	pf=0x6461d8
	tgp=0x6f
	promotable=0x281ce
	top_z=0x7b7f
	i=0x281ce
	headers_count=0x6f
	eg=0x14f230
	val=0x6f
	index2=0x7b7f
	hd2=0x625588
	tag=0x7d
	seq=0x14f230
	found=0x142d0c
	newseq=0x80
	gall=0x142cb8
	newsym=0x142d45
	newtag=0xa
	cnt=0x142d45
	sym=0x281ce
	cr=0x6f
	ins=0x7b7f
	tfnum=0x10000
	tfpos=0xffffffff
	tlnum=0x0
	tcont=0x0
TransferBegin(x=0x64b33c)+0x153e /usr/akumar/alt/devel/ports/lout/z18.c:228
	res=0x0
	target=0x622f70
	xsym=0x5f20e0
	env=0x602c64
	y=0x645e90
	new_env=0x636140
	hold_env=0x643ec8
	index=0x63a914
	hd=0x6245b0
	link=0x0
	why=0x5ff5d4
	c=0x2
Parse(token=0xdfffef58,defs_allowed=0x1,encl=0x141720,transfer_allowed=0x1)+0x275d /usr/akumar/alt/devel/ports/lout/z06.c:1488
	initial_ttop=0x0
	obj_prev=0x1
	typ=0x644cf8
	prec=0x7
	tmp=0x6461d8
	t=0x645fd8
	env=0x602c64
	y=0x623bd8
	z=0x11a0f8
	crs=0x644cf8
	style=0x14e158
	res_env=0x7
	x=0x64b33c
	res=0x20
	offset=0x6c01
	lnum=0x14cc74
	scope_count=0x0
	i=0x1
	xsym=0x5f20e0
	link=0x64b33c
	revealed=0x1
	compulsory_count=0x0
	new_par=0x644cf8
	imps=0x0
	xlink=0x14e470
run(argc=0x2,argv=0xdfffefac,runs_to_do=0xdfffef8c,lib=0x107d0b,run_num=0x1)+0x2516 /usr/akumar/alt/devel/ports/lout/z01.c:898
	seen_wordcount=0x0
	be_type=0x1
	encapsulated=0x0
	stdin_seen=0x0
	cross_db=0x10746a
	outfile=0x10746f
	source_file_count=0x1
	i=0x2
	runcount=0x0
	arg=0xdfffefc4
	len=0x0
	len1=0x0
	units1=0x0
	len2=0x0
	units2=0x0
	MemCheckLong=0x1
	oname=0x0
	oval=0x0
	y=0x13c1d8
	bp=0x0
	p=0x0
	buff=0x0
	g=0x0
	z=0x0
	out_fp=0xf51e0
	s=0x14bde4
	t=0x14e470
	res=0x0
main(argc=0x2,argv=0xdfffefac)+0xa1 /usr/akumar/alt/devel/ports/lout/z01.c:972
	lib=0x107d0b
	run_num=0x1
	runs_to_do=0x1
_main+0x26 /sys/src/ape/lib/ap/386/main9.s:12

and as you can see, it ends up at vfprintf.c -
would that be an after-effect of the vfscanf
changes?

I can try recompiling lout with debugging
options and provide more output, if need
be.


Thank you,
ak

[-- Attachment #2: Type: message/rfc822, Size: 3752 bytes --]

From: Richard Miller <9fans@hamnavoe.com>
To: 9fans@9fans.net
Subject: Re: [9fans] APE port: lout(1)
Date: Thu, 20 May 2010 11:34:56 +0100
Message-ID: <446fcc72d671c2fa924adc9435f3b7c4@hamnavoe.com>

> I wonder, however, if there
> is another problem around
> z38.c:254, like the one you
> have mentioned here?

Probably - there are a couple of instances of sscanf %s%n there.

I've just submitted patch scanf-string-eof which should correct
all these.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] APE port: lout(1)
  2010-05-20 10:34     ` Richard Miller
  2010-05-20 12:29       ` Akshat Kumar
@ 2010-05-20 12:57       ` Akshat Kumar
  2010-05-20 13:24         ` Richard Miller
  1 sibling, 1 reply; 8+ messages in thread
From: Akshat Kumar @ 2010-05-20 12:57 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

Ah, on second thought, looking back at
that acid lstk() output, it seems that the
troublesome line is:

     fprintf(out_fp, "%hd %s", FontSize(currentfont, nilobj),

in z49.c For some reason, '%hd' is not
being handled properly (though from
fprintf(2), it seems that modifiers with
%h produce undefined behaviour?).

I changed %hd to simply %d and now
lout(1) is working fine.

A new typesetter to the collection.


Best,
ak

[-- Attachment #2: Type: message/rfc822, Size: 3752 bytes --]

From: Richard Miller <9fans@hamnavoe.com>
To: 9fans@9fans.net
Subject: Re: [9fans] APE port: lout(1)
Date: Thu, 20 May 2010 11:34:56 +0100
Message-ID: <446fcc72d671c2fa924adc9435f3b7c4@hamnavoe.com>

> I wonder, however, if there
> is another problem around
> z38.c:254, like the one you
> have mentioned here?

Probably - there are a couple of instances of sscanf %s%n there.

I've just submitted patch scanf-string-eof which should correct
all these.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] APE port: lout(1)
  2010-05-20 12:57       ` Akshat Kumar
@ 2010-05-20 13:24         ` Richard Miller
  2010-05-20 14:01           ` Akshat Kumar
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Miller @ 2010-05-20 13:24 UTC (permalink / raw)
  To: 9fans

> in z49.c For some reason, '%hd' is not
> being handled properly

You are right.  The definition of va_arg macro in /386/include/ape/stdarg.h
is wrong.  Try replacing it with the definition in /386/include/u.h and
then rebuilding /sys/src/ape/lib/ap/stdio




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] APE port: lout(1)
  2010-05-20 13:24         ` Richard Miller
@ 2010-05-20 14:01           ` Akshat Kumar
  0 siblings, 0 replies; 8+ messages in thread
From: Akshat Kumar @ 2010-05-20 14:01 UTC (permalink / raw)
  To: 9fans

>> in z49.c For some reason, '%hd' is not
>> being handled properly
>
> You are right.  The definition of va_arg macro in /386/include/ape/stdarg.h
> is wrong.  Try replacing it with the definition in /386/include/u.h and
> then rebuilding /sys/src/ape/lib/ap/stdio

Spot on!

Everything runs smoothly, now.
These changes should probably
take place sources wide.

Thank you,
ak




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-05-20 14:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-18 23:11 [9fans] APE port: lout(1) Akshat Kumar
2010-05-19 14:25 ` Richard Miller
2010-05-19 23:45   ` Akshat Kumar
2010-05-20 10:34     ` Richard Miller
2010-05-20 12:29       ` Akshat Kumar
2010-05-20 12:57       ` Akshat Kumar
2010-05-20 13:24         ` Richard Miller
2010-05-20 14:01           ` Akshat Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).