mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Build with only LNL enabled failed due to unused static variable. Variable is still used when other platforms are enabled, so ``[[maybe_unused]]`` was added to allow LNL-only builds to succeed. Signed-off-by: Jack Myers <jack.myers@intel.com> Related-To: NEO-14849