packaging: asan: skip Werror=maybe-uninitialized sandbox/dkson95/gcc14-asan accepted/tizen/unified/x/asan/20241224.004215
authorDongkyun Son <dongkyun.s@samsung.com>
Tue, 5 Nov 2024 10:25:17 +0000 (19:25 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Mon, 23 Dec 2024 01:01:13 +0000 (10:01 +0900)
Change-Id: I5e06f56a8ca0cfd63be2caafa05e8b58d72656b2
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/webauthn-ble.spec

index 66a21e7e092f46f2e25927246c0ac06ece8bff0d..56ce6569894d6f39f0929dafeec52b64f481d5e1 100644 (file)
@@ -79,6 +79,9 @@ Adaptation Layer of Web Authentication Service for BLE Authenticator (code cover
 %global coverage_dir %{_datadir}/%{name}-coverage
 
 %build
+%{?asan:
+export CXXFLAGS+=" -Wno-maybe-uninitialized"
+}
 %cmake . -DCMAKE_BUILD_TYPE=%{build_type} \
          -DPROJECT_NAME=%name \
          -DVERSION_MAJOR=%version_major \