diff options
author | Lijian Zhang <Lijian.Zhang@arm.com> | 2019-09-27 16:25:35 +0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-11-12 16:57:11 +0000 |
commit | b15d796dbf1da6a229df4e10a3a2bdd700f0354e (patch) | |
tree | c6ad29d3e370e990891488c1cf48f1fc867c0d64 /src/vnet/hdlc | |
parent | f8461bfb4822ca20f64df19dfbb3170e99f7e89d (diff) |
crypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS]
opt_data is defined as a array, while in some code, e.g., function
vnet_crypto_get_op_type, it's used as vec.
vec api is not applicable to static arraies.
src/vnet/crypto/crypto.h:234:70: error: address of array 'cm->opt_data' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
vnet_crypto_op_data_t *od = ({ do { if ((0 > 0) && ! ((id) < ((cm->opt_data) ? (((vec_header_t *) (cm->opt_data) - 1)->len) : 0)))
Type: fix
Change-Id: I0b6754406e4216ca975bc1da4b5d4ce293a9bb45
Signed-off-by: Lijian Zhang <Lijian.Zhang@arm.com>
Diffstat (limited to 'src/vnet/hdlc')
0 files changed, 0 insertions, 0 deletions