[dpdk-dev] [PATCH] KNI: fix compilation warning 'missing-field-initializers'

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Oct 22 10:37:16 CEST 2014


2014-10-22 09:10, Marc Sune:
> Fix for compilation warning 'missing-field-initializers' for some
> GCC and clang versions introduced in commit 0c6bc8e
> 
> Signed-off-by: Marc Sune <marc.sune at bisdn.de>

It's not needed to initialize all fields.
This should be sufficient:
+static struct rte_kni_memzone_pool kni_memzone_pool = {.initialized = 0};

-- 
Thomas


More information about the dev mailing list