summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/data-control.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/data-control.spec b/packaging/data-control.spec
index f060823..44c2062 100755
--- a/packaging/data-control.spec
+++ b/packaging/data-control.spec
@@ -38,7 +38,7 @@ Data Control library (DEV)
%setup -q
%build
-
+CFLAGS+=" -Wno-enum-conversion"
MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
%cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER}