Change lcov option to fix build error 59/307559/1
authorSukhyungKang <shine.kang@samsung.com>
Tue, 12 Mar 2024 04:16:59 +0000 (13:16 +0900)
committerSukhyungKang <shine.kang@samsung.com>
Tue, 12 Mar 2024 04:16:59 +0000 (13:16 +0900)
Change-Id: I228f75fa0b984b4f9d16a763b47da35ccebfb6f3
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
packaging/data-provider-master.spec

index c43bf02467e5c4134e8875ed57080b36288b32e6..a993bd73302db54358254878cccce6ab10e87591 100644 (file)
@@ -96,7 +96,7 @@ CFLAGS="${CFLAGS} -Wall -Winline -Werror" LDFLAGS="${LDFLAGS}" make %{?jobs:-j%j
 %check
 ctest -V
 %if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o %{name}.info
 genhtml %{name}.info -o out --legend --show-details
 %endif