OSDN Git Service

Use a flexible array member
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 12 Sep 2017 05:38:11 +0000 (13:38 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 19 Sep 2017 01:16:03 +0000 (09:16 +0800)
ISO C/C++ forbids zero-size array, but flexible array member is
supported since C99.

This fixes https://github.com/01org/libva/issues/76

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

No differences found