From 85670aa8a9ff1378143fea1a19c316254d3f5aa4 Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Tue, 31 Dec 2019 13:37:42 +0900 Subject: [PATCH] [Tizen 6.0] Silence build warnings for GCC 9.2 build Change-Id: Ia451285bc8753189cbf2b62e06446676f342d630 Signed-off-by: Dongkyun Son --- packaging/vmodemd-emul.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/vmodemd-emul.spec b/packaging/vmodemd-emul.spec index 32456c5..94254fb 100644 --- a/packaging/vmodemd-emul.spec +++ b/packaging/vmodemd-emul.spec @@ -19,8 +19,9 @@ Virtual modem for emulator %setup -q %build +CFLAGS+=" -Wno-stringop-overflow -Wno-stringop-truncation -Wno-format-overflow -Wno-switch-unreachable" autoconf -%configure +%configure CFLAGS="$CFLAGS" make %{?jobs:-j%jobs} -- 2.7.4