From: Matthew Barr Date: Mon, 21 Aug 2017 05:12:36 +0000 (+1000) Subject: teddy: alignment decl should match defn X-Git-Tag: v4.6.0^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc2c803a29220173e871eb4c07cf2987971f28f;p=thirdparty%2Fvectorscan.git teddy: alignment decl should match defn Spotted by coverity. #174512 --- diff --git a/src/fdr/teddy_runtime_common.h b/src/fdr/teddy_runtime_common.h index 5332423e..1dbeb097 100644 --- a/src/fdr/teddy_runtime_common.h +++ b/src/fdr/teddy_runtime_common.h @@ -42,7 +42,7 @@ extern const u8 ALIGN_DIRECTIVE p_mask_arr[17][32]; #if defined(HAVE_AVX2) -extern const u8 ALIGN_DIRECTIVE p_mask_arr256[33][64]; +extern const u8 ALIGN_AVX_DIRECTIVE p_mask_arr256[33][64]; #endif #ifdef ARCH_64_BIT