projects
/
platform
/
core
/
security
/
webauthn-ble.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d44ace
)
packaging: asan: skip Werror=maybe-uninitialized
sandbox/dkson95/gcc14-asan
accepted/tizen/unified/x/asan/20241224.004215
author
Dongkyun Son
<dongkyun.s@samsung.com>
Tue, 5 Nov 2024 10:25:17 +0000
(19:25 +0900)
committer
Dongkyun 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
patch
|
blob
|
history
diff --git
a/packaging/webauthn-ble.spec
b/packaging/webauthn-ble.spec
index 66a21e7e092f46f2e25927246c0ac06ece8bff0d..56ce6569894d6f39f0929dafeec52b64f481d5e1 100644
(file)
--- a/
packaging/webauthn-ble.spec
+++ b/
packaging/webauthn-ble.spec
@@
-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 \