From: Nikolai Merinov Date: Mon, 4 Feb 2019 17:52:36 +0000 (+0300) Subject: Disable clang specific warnings X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b6b8f4a1fe5b58c803f1c0029a0d639565788e5;p=platform%2Fcore%2Fapi%2Fruntime-info.git Disable clang specific warnings --- diff --git a/packaging/capi-system-runtime-info.spec b/packaging/capi-system-runtime-info.spec index 4669d5f..373fe02 100644 --- a/packaging/capi-system-runtime-info.spec +++ b/packaging/capi-system-runtime-info.spec @@ -43,6 +43,7 @@ Binary for testing Runtime-info APIs cp %{SOURCE1001} . %build +CFLAGS+=" -Wno-tautological-constant-out-of-range-compare" MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER}