From: wchang kim Date: Wed, 5 Jun 2024 07:24:46 +0000 (+0900) Subject: Fixed the build error for gcc-14 X-Git-Tag: accepted/tizen/unified/toolchain/20240610.173135^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c840fc93f32e32ca1e50b07b3b68963e988bdbcc;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git Fixed the build error for gcc-14 Change-Id: I230b1af68ea06d4371d676869525e1e91caab156 --- diff --git a/src/common/common.gypi b/src/common/common.gypi index 3ada5682..c20c5bc3 100644 --- a/src/common/common.gypi +++ b/src/common/common.gypi @@ -92,6 +92,7 @@ ], 'cflags_cc': [ '-std=c++14', + '-Wno-unused-result', ], 'libraries' : [ '-L .',