[VCDImager Bugs/Devel] bugreport
Philipp Benner <[email protected]> Thu, 9 Jan 2003 14:33:04 +0100
| Newsgroups | gmane.comp.gnu.vcdimager.bugs |
|---|---|
| Message-ID | <[email protected]> |
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