projects
/
platform
/
core
/
security
/
klay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3a70d7
)
Disable clang specific warnings
sandbox/nmerinov/llvm
author
Nikolai Merinov
<n.merinov@samsung.com>
Tue, 5 Feb 2019 12:18:42 +0000
(15:18 +0300)
committer
Nikolai Merinov
<n.merinov@samsung.com>
Tue, 5 Feb 2019 12:18:42 +0000
(15:18 +0300)
packaging/klay.spec
patch
|
blob
|
history
diff --git
a/packaging/klay.spec
b/packaging/klay.spec
index 5aa569ade8bb867d9ee6aa04b6126a2229a06cf0..484e1b830eff57f4f71d04c815c86d5f6660cf13 100755
(executable)
--- a/
packaging/klay.spec
+++ b/
packaging/klay.spec
@@
-32,6
+32,7
@@
and clients.
cp %SOURCE1 .
%build
+CXXFLAGS+=" -Wno-varargs"
%{!?build_type:%define build_type "RELEASE"}
%if %{build_type} == "DEBUG" || %{build_type} == "PROFILING" || %{build_type} == "CCOV"