]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_hash/rte_fbk_hash.h
lib: use C99 syntax for zero-size arrays
[dpdk.git] / lib / librte_hash / rte_fbk_hash.h
index a430961d0e4af7dd8239c092a68685261854ef56..bd46048f9fe3071e6a45bee0dfe4fa3c411aeb60 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[];
 };
 
 /**