mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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:
@@ -101,4 +101,4 @@ GLIBC_64BIT_TIME_FLAGS = ""
|
|||||||
|
|
||||||
INSANE_SKIP += "32bit-time"
|
INSANE_SKIP += "32bit-time"
|
||||||
|
|
||||||
CXXFLAGS += "-Wno-error=array-bounds="
|
CXXFLAGS += "-Wno-error=array-bounds"
|
||||||
|
|||||||
Reference in New Issue
Block a user