summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2021-05-06 10:53:17 -0700
committerBen Pfaff <blp@ovn.org>2021-05-07 12:14:31 -0700
commit721488d4a5f497f5693e286cf6f1916804bce2eb (patch)
tree20073b3ffe0997deeb7299ad8331da05a474e023 /.cirrus.yml
parentb96d2756f214bea6c41ce4800ce0f89c61000108 (diff)
downloadopenvswitch-721488d4a5f497f5693e286cf6f1916804bce2eb.tar.gz
classifier: Make find_match_wc() prototype and definition match.
The prototype said *, the definition said [CLS_MAX_TRIES]. GCC 11 complains about this (though it is perfectly valid from a C standards perspective). It would probably be better to make them both use [CLS_MAX_TRIES] but that's only allowed if the struct's definition is visible at the point of the prototype, which it's not. Instead of moving the definition, this commit just changes both usages to *. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Paolo Valerio <pvalerio@redhat.com>
Diffstat (limited to '.cirrus.yml')
0 files changed, 0 insertions, 0 deletions