From: Dongkyun Son Date: Tue, 31 Dec 2019 04:37:42 +0000 (+0900) Subject: [Tizen 6.0] Silence build warnings for GCC 9.2 build X-Git-Tag: accepted/tizen/6.0/unified/20201030.123325^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_6.0_unified;p=platform%2Fadaptation%2Femulator%2Fvmodem-daemon-emulator.git [Tizen 6.0] Silence build warnings for GCC 9.2 build Change-Id: Ia451285bc8753189cbf2b62e06446676f342d630 Signed-off-by: Dongkyun Son --- 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}