Failure compiling lib/new_filter.cpp with SGI C++ compiler
Albert Chin <[email protected]>
| Newsgroups | gmane.comp.gnu.aspell.devel |
|---|---|
| Message-ID | <[email protected]> |
Trying to compile lib/new_filter.cpp with the SGI C++ compiler:
cc-3940 CC: ERROR File = ./gen/static_filters.src.cpp, Line = 13
an empty initializer is invalid for an array with unspecified bound
static KeyInfo url_options[] = {
^
The problem is that gen/mk-static-filter.pl creates an empty struct.
>From gen/static_filters.src.cpp:
static KeyInfo url_options[] = {
};
Can we create a dummy entry rather than an empty struct?
--
albert chin ([email protected])