Imported Upstream version 16.11
[deb_dpdk.git] / lib / librte_hash / rte_fbk_hash.h
index a430961..bd46048 100644 (file)
@@ -115,7 +115,7 @@ struct rte_fbk_hash_table {
        uint32_t init_val;              /**< For initialising hash function. */
 
        /** A flat table of all buckets. */
-       union rte_fbk_hash_entry t[0];
+       union rte_fbk_hash_entry t[];
 };
 
 /**