From: Seonah Moon Date: Tue, 12 Mar 2024 04:48:56 +0000 (+0900) Subject: Fix the gcov build error X-Git-Tag: accepted/tizen/unified/20240313.134510^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42900b1ff2c9a5b9c47cf10f41cacff2b1ee509f;p=platform%2Fcore%2Fapi%2Fhttp.git Fix the gcov build error Change-Id: I64023675c7359d85381341d8135afa0950670546 --- diff --git a/packaging/capi-network-http.spec b/packaging/capi-network-http.spec index a900f96..f76b6f7 100644 --- a/packaging/capi-network-http.spec +++ b/packaging/capi-network-http.spec @@ -76,7 +76,7 @@ tests/http-gtest %endif %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