Fix build error in TV profile 78/313778/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 2 Jul 2024 01:39:18 +0000 (10:39 +0900)
committerJihoon 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

index d0c77b075e512be723cd176ed83c173a773eb317..7018bd247b2bae9f754c406f346192f352cb93b8 100644 (file)
@@ -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