projects
/
platform
/
core
/
uifw
/
e-tizen-testcase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e355b
)
Fix build error in TV profile
78/313778/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Tue, 2 Jul 2024 01:39:18 +0000
(10:39 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Tue, 2 Jul 2024 01:47:31 +0000
(10:47 +0900)
Change-Id: I71c644aff0b79e6b79a3bf4c48e3c9ac219585fe
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
packaging/e-tizen-unittests.spec
patch
|
blob
|
history
diff --git
a/packaging/e-tizen-unittests.spec
b/packaging/e-tizen-unittests.spec
index d0c77b075e512be723cd176ed83c173a773eb317..7018bd247b2bae9f754c406f346192f352cb93b8 100644
(file)
--- a/
packaging/e-tizen-unittests.spec
+++ b/
packaging/e-tizen-unittests.spec
@@
-43,7
+43,7
@@
export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib"
export CXXFLAGS+=" -DTIZEN_TEST_GCOV "
%endif
%if "%{tizen_profile_name}" == "tv"
-export CXXFLAGS+=" -DDISABLE_GESTURE_TESTS "
+export CXXFLAGS+=" -DDISABLE_GESTURE_TESTS
-Wno-error=shadow -Wno-error=missing-field-initializers
"
%endif
%autogen