bug-vcdimager
[Top][All Lists]
Advanced

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

[VCDImager Bugs/Devel] bugreport


From: Philipp Benner
Subject: [VCDImager Bugs/Devel] bugreport
Date: Thu, 09 Jan 2003 13:47:27 -0000

Hi,

there is a small bug in vcdimager 6.2:

gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -Wunused  -Wall 
-Wmissing-prototypes -Wunused -Wpointer-arith -Wwrite-strings -c vcd.c
In file included from vcd.c:39:
vcd_files_private.h:364: flexible array member in otherwise empty struct
vcd_files_private.h:446: flexible array member in otherwise empty struct
vcd_files_private.h:467: flexible array member in otherwise empty struct

so i had to edit config.h line 69:

- #define EMPTY_ARRAY_SIZE
+ #define EMPTY_ARRAY_SIZE 0

Philipp Benner




reply via email to

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