packaging: asan: skip Werror=maybe-uninitialized 46/317746/1
authorDongkyun Son <dongkyun.s@samsung.com>
Tue, 5 Nov 2024 09:19:39 +0000 (18:19 +0900)
committerSeungho Baek <sbsh.baek@samsung.com>
Tue, 7 Jan 2025 07:21:50 +0000 (16:21 +0900)
Change-Id: I0e849742f0a98dfdb04ac730c5b0c411088fa66b
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/dali.spec

index 6b1f953d8b375853ee9a3b04540b9d648e49dc01..9fccd37e6c161d9240f8ceb86883815c0bd5e83c 100644 (file)
@@ -84,7 +84,7 @@ LDFLAGS="${LDFLAGS:-%optflags}" ;
 
 %if "%{vd_asan}" == "1" || "%{asan}" == "1"
 CFLAGS+=" -fsanitize=address"
-CXXFLAGS+=" -fsanitize=address"
+CXXFLAGS+=" -fsanitize=address -Wno-maybe-uninitialized"
 LDFLAGS+=" -fsanitize=address"
 %endif
 export CFLAGS;