mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Fix warnings that appear when optimizations in ULTs are enabled: - `uninitialized` errors - `free-nonheap-object` errors - add ignoring `-Wno-maybe-uninitialized` errors for gcc12 Release builds due to gcc bug - fix `array-bounds` issue in readLongFileName function - fix other `array-bounds` errors Related-To: NEO-8116 Signed-off-by: Kindracki, Jakub Tomasz <jakub.tomasz.kindracki@intel.com>