libcamera: fix malformed -Wno-error=array-bounds flag

Drop the stray trailing '=' that produced an invalid compiler option.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Khem Raj
2026-06-24 09:58:19 -07:00
parent 4574cff2c0
commit f2ecf28404
@@ -101,4 +101,4 @@ GLIBC_64BIT_TIME_FLAGS = ""
INSANE_SKIP += "32bit-time"
CXXFLAGS += "-Wno-error=array-bounds="
CXXFLAGS += "-Wno-error=array-bounds"