From: minje.ahn Date: Wed, 14 Sep 2022 23:31:31 +0000 (+0900) Subject: Exclude error converter from line coverage X-Git-Tag: accepted/tizen/unified/20220919.090140~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F281245%2F1;p=platform%2Fcore%2Fapi%2Fthumbnail-util.git Exclude error converter from line coverage Change-Id: Iea9ffda78ef2a8a872864e4cd812a5b18f685c5d Signed-off-by: minje.ahn --- diff --git a/src/thumbnail_util.c b/src/thumbnail_util.c index 9881041..8ba8e44 100644 --- a/src/thumbnail_util.c +++ b/src/thumbnail_util.c @@ -20,6 +20,7 @@ #include #include +// LCOV_EXCL_START static int __thumbnail_util_error_capi(int internal_error) { switch (internal_error) { @@ -37,7 +38,7 @@ static int __thumbnail_util_error_capi(int internal_error) return THUMBNAIL_UTIL_ERROR_INVALID_OPERATION; } } -// LCOV_EXCL_START + int thumbnail_util_create(thumbnail_h *thumb) { THUMB_WARN("DEPRECATION WARNING: thumbnail_util_create() is deprecated and will be removed from next release.");