Suppress certain uninitialized variable warnings with GCC

Due to a GCC bug, AVX512 triggers numerous warnings about uninitialized
variables. These are intentionally uninitialized (using self
initialization), so simply suppress the warning for that one case.

Note that the variables in question are in the AVX512 intrinsics
headers supplied with GCC, so there isn't much else we can do.

See also: https://gcc.gnu.org/bugzilla//show_bug.cgi?id=105593

Change-Id: I9819aac5a5a7990c169274acb51c8eae0621a404
Reviewed-on: https://skia-review.googlesource.com/c/skcms/+/691957
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
1 file changed