[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] compilation warning in CVS-distribution
From: |
Jacob (=Jouk) Jansen |
Subject: |
[Devel] compilation warning in CVS-distribution |
Date: |
Tue, 16 Jan 2001 08:46:49 +0100 (MET) |
Hi all,
I get the following warning while compiling the CVS distribution on my VMS-box.
Jouk
CC /name=(as_is,short)/include=[--.include] PCF.C
error = ALLOC( properties[i].name,
......^
%CC-W-UNDEFVARMOD, In this statement, the expression "error=((error=(FT_Alloc(..
.)))!=0)" modifies the variable "error" more than once without an intervening se
quence point. This behavior is undefined.
at line number 437 in file $DISK2:[JOUKJ.PUBLIC.FREETYPE.FREETYPE_2001_01_16.FRE
ETYPE2.SRC.PCF]PCFREAD.C;1
error = ALLOC( properties[i].value.atom,
........^
%CC-W-UNDEFVARMOD, In this statement, the expression "error=((error=(FT_Alloc(..
.)))!=0)" modifies the variable "error" more than once without an intervening se
quence point. This behavior is undefined.
at line number 448 in file $DISK2:[JOUKJ.PUBLIC.FREETYPE.FREETYPE_2001_01_16.FRE
ETYPE2.SRC.PCF]PCFREAD.C;1
error = ALLOC( face->metrics, nmetrics * sizeof ( PCF_MetricRec ) );
....^
%CC-W-UNDEFVARMOD, In this statement, the expression "error=((error=(FT_Alloc(..
.)))!=0)" modifies the variable "error" more than once without an intervening se
quence point. This behavior is undefined.
at line number 522 in file $DISK2:[JOUKJ.PUBLIC.FREETYPE.FREETYPE_2001_01_16.FRE
ETYPE2.SRC.PCF]PCFREAD.C;1
error = ALLOC( offsets, nbitmaps * sizeof ( FT_ULong ) );
....^
%CC-W-UNDEFVARMOD, In this statement, the expression "error=((error=(FT_Alloc(..
.)))!=0)" modifies the variable "error" more than once without an intervening se
quence point. This behavior is undefined.
at line number 590 in file $DISK2:[JOUKJ.PUBLIC.FREETYPE.FREETYPE_2001_01_16.FRE
ETYPE2.SRC.PCF]PCFREAD.C;1
Bush : All votes are equal but some votes are more equal than others.
>------------------------------------------------------------------------------<
Jouk Jansen
address@hidden
Technische Universiteit Delft tttttttttt uu uu ddddddd
Nationaal centrum voor HREM tttttttttt uu uu dd dd
Rotterdamseweg 137 tt uu uu dd dd
2628 AL Delft tt uu uu dd dd
Nederland tt uu uu dd dd
tel. 31-15-2781536 tt uuuuuuu ddddddd
>------------------------------------------------------------------------------<
- [Devel] compilation warning in CVS-distribution,
Jacob (=Jouk) Jansen <=