ff150afd7e
In SUSE11-SP3 i686 platform, with gcc 4.5.1, there are compile issues, e.g:
null_crypto_pmd_ops.c:44:3: error:
unknown field 'sym' specified in initializer
cc1: warnings being treated as errors
The member in anonymous union initialization should be inside '{}',
otherwise it will report an error.
Fixes:
|
||
---|---|---|
.. | ||
aesni_gcm_ops.h | ||
aesni_gcm_pmd_ops.c | ||
aesni_gcm_pmd_private.h | ||
aesni_gcm_pmd.c | ||
Makefile | ||
rte_pmd_aesni_gcm_version.map |