summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2024-03-12 17:00:30 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2024-03-12 17:00:30 +0900
commita9117bb1c3897a44b7a652bc77e89e210d186f42 (patch)
tree20a5915053fa5a6ffe672d08132f2ecf1cb17437
parentabdd7208b609bc035020d20303575251eb393049 (diff)
downloaddlog-tizen.tar.gz
dlog-tizen.tar.bz2
dlog-tizen.zip
By upgrading lcov package version, there are new build error before build warning. Fix gcov build error by adding the ignore error cases of 'mismatch' and 'unused' options. Change-Id: I2ed323bb036267ce3ecfdde646dff63502353cc4 Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r--packaging/dlog.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/dlog.spec b/packaging/dlog.spec
index c3986bbf..64fb7e4c 100644
--- a/packaging/dlog.spec
+++ b/packaging/dlog.spec
@@ -174,7 +174,7 @@ make dox
%if 0%{?gcov:1}
%check -n libdlog
-lcov -c --ignore-errors graph --no-external -q -d ./src -o dlog.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -q -d ./src -o dlog.info
genhtml dlog.info -o dlog.out
zip -r dlog.zip dlog.out dlog.info
install -m 0644 dlog.zip %{buildroot}%{_datadir}/gcov/