lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compiler warnings in Lout 3.08 with GCC 2.7.2 -Wall


From: Ian Jackson
Subject: Compiler warnings in Lout 3.08 with GCC 2.7.2 -Wall
Date: Sun, 19 May 96 17:28 BST

I've just compiled Lout for Linux/i386 using GCC 2.7.2 (ELF), giving
gcc -O2 and -Wall, and I saw many compiler warnings.  A transcript is
below.  Most of the warnings are "`foo' might be used uninitialized in
this function".

Are these anything to worry about, or is GCC misdiagnosing the
program ?  Are there other compiler warning flags that I might
consider enabling (this obviously depends on the coding style) ?

Ian.

make lout c2lout
make[1]: Entering directory `/usr/ian-home/things/debian/lout-3.08'
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z01.c -o z01.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z02.c -o z02.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z03.c -o z03.o
z03.c: In function `SearchPath':
z03.c:572: warning: `y' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z04.c -o z04.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z05.c -o z05.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z06.c -o z06.o
z06.c: In function `HuntCommandOptions':
z06.c:62: warning: `opt' might be used uninitialized in this function
z06.c:62: warning: `y' might be used uninitialized in this function
z06.c: In function `Parse':
z06.c:1124: warning: comparison is always 1 due to limited range of data type
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z07.c -o z07.o
z07.c: In function `CopyObject':
z07.c:121: warning: `res' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z08.c -o z08.o
z08.c: In function `ManifestCase':
z08.c:394: warning: `firstres' might be used uninitialized in this function
z08.c: In function `Manifest':
z08.c:815: warning: `res' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z09.c -o z09.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z10.c -o z10.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z11.c -o z11.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z12.c -o z12.o
z12.c: In function `MinSize':
z12.c:49: warning: `b' might be used uninitialized in this function
z12.c:49: warning: `f' might be used uninitialized in this function
z12.c:49: warning: `llx' might be used uninitialized in this function
z12.c:49: warning: `lly' might be used uninitialized in this function
z12.c:49: warning: `urx' might be used uninitialized in this function
z12.c:49: warning: `ury' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z13.c -o z13.o
z13.c: In function `BreakVcat':
z13.c:87: warning: `m' might be used uninitialized in this function
z13.c: In function `BreakTable':
z13.c:190: warning: `mlink' might be used uninitialized in this function
z13.c:191: warning: `ratm' might be used uninitialized in this function
z13.c:202: warning: `col_size' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z14.c -o z14.o
z14.c: In function `FillObject':
z14.c:606: warning: `z' might be used uninitialized in this function
z14.c:606: warning: `y' might be used uninitialized in this function
z14.c:607: warning: `outdent_margin' might be used uninitialized in this 
function
z14.c:609: warning: `hyph_allowed' might be used uninitialized in this function
z14.c:722: warning: `right' might be used uninitialized in this function
z14.c:740: warning: `left' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z15.c -o z15.o
z15.c: In function `CatConstrained':
z15.c:290: warning: `backy' might be used uninitialized in this function
z15.c:290: warning: `fwdy' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z16.c -o z16.o
z16.c: In function `FindShift':
z16.c:44: warning: `len' might be used uninitialized in this function
z16.c:44: warning: `res' might be used uninitialized in this function
z16.c: In function `CatAdjustSize':
z16.c:160: warning: `bb' might be used uninitialized in this function
z16.c:160: warning: `ff' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z17.c -o z17.o
z17.c: In function `MinGap':
z17.c:170: warning: `w' might be used uninitialized in this function
z17.c: In function `ActualGap':
z17.c:283: warning: `w' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z18.c -o z18.o
z18.c: In function `TransferBegin':
z18.c:142: warning: `res' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z19.c -o z19.o
z19.c: In function `AttachGalley':
z19.c:228: warning: `need_precedes' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z20.c -o z20.o
z20.c: In function `FlushGalley':
z20.c:115: warning: `dest_encl' might be used uninitialized in this function
z20.c:117: warning: `need_adjust' might be used uninitialized in this function
z20.c:118: warning: `dest_back' might be used uninitialized in this function
z20.c:118: warning: `dest_fwd' might be used uninitialized in this function
z20.c:119: warning: `frame_size' might be used uninitialized in this function
z20.c:128: warning: `perp_back' might be used uninitialized in this function
z20.c:128: warning: `perp_fwd' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z21.c -o z21.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z22.c -o z22.o
z22.c: In function `ExpandRecursives':
z22.c:146: warning: `z' might be used uninitialized in this function
z22.c: In function `FindSplitInGalley':
z22.c:227: warning: `y' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z23.c -o z23.o
z23.c: In function `FixAndPrintObject':
z23.c:665: warning: `inc' might be used uninitialized in this function
z23.c:665: warning: `adjust_sofar' might be used uninitialized in this function
z23.c:666: warning: `gaps_sofar' might be used uninitialized in this function
z23.c:667: warning: `underline_xstart' might be used uninitialized in this 
function
z23.c:667: warning: `underline_font' might be used uninitialized in this 
function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z24.c -o z24.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z25.c -o z25.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z26.c -o z26.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z27.c -o z27.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z28.c -o z28.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z29.c -o z29.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z30.c -o z30.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z31.c -o z31.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z32.c -o z32.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z33.c -o z33.o
z33.c: In function `DbRetrieveNext':
z33.c:704: warning: `y' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z34.c -o z34.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z35.c -o z35.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z36.c -o z36.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z37.c -o z37.o
z37.c: In function `ReadFont':
z37.c:273: warning: `wx' might be used uninitialized in this function
z37.c:273: warning: `llx' might be used uninitialized in this function
z37.c:273: warning: `lly' might be used uninitialized in this function
z37.c:273: warning: `urx' might be used uninitialized in this function
z37.c:273: warning: `ury' might be used uninitialized in this function
z37.c:273: warning: `xheight2' might be used uninitialized in this function
z37.c:276: warning: `under_pos' might be used uninitialized in this function
z37.c:276: warning: `under_thick' might be used uninitialized in this function
z37.c:282: warning: `kc' might be used uninitialized in this function
z37.c:282: warning: `kv' might be used uninitialized in this function
z37.c: In function `FontChange':
z37.c:716: warning: `flen' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z38.c -o z38.o
z38.c: In function `MapSmallCaps':
z38.c:398: warning: `new_x' might be used uninitialized in this function
z38.c:398: warning: `new_acat' might be used uninitialized in this function
z38.c:400: warning: `small_font' might be used uninitialized in this function
z38.c:400: warning: `vshift' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z39.c -o z39.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z40.c -o z40.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z41.c -o z41.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z42.c -o z42.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z43.c -o z43.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z44.c -o z44.o
z44.c: In function `FindTarget':
z44.c:87: warning: `res' might be used uninitialized in this function
z44.c: In function `VerticalHyphenate':
z44.c:264: warning: `large_comp_split' might be used uninitialized in this 
function
z44.c: In function `BuildMergeTree':
z44.c:415: warning: `y' might be used uninitialized in this function
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z45.c -o z45.o
gcc -O2 -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DUSE_STAT=1 
-DFONT_DIR=\"/usr/lib/lout/font\" -DMAPS_DIR=\"/usr/lib/lout/maps\" 
-DINCL_DIR=\"/usr/lib/lout/include\" -DDATA_DIR=\"/usr/lib/lout/data\" 
-DHYPH_DIR=\"/usr/lib/lout/hyph\" -DLOCALE_DIR=\"/usr/lib/lout/locale\" 
-DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DDEBUG_ON=0 -DASSERT_ON=1 -ansi 
-pedantic -Wall -g   -c z46.c -o z46.o
gcc -O2 -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 -lm
chmod a+x lout
gcc -O2 -o c2lout c2lout.c
chmod a+x c2lout
make[1]: Leaving directory `/usr/ian-home/things/debian/lout-3.08'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]