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

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).