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])
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.