From c840fc93f32e32ca1e50b07b3b68963e988bdbcc Mon Sep 17 00:00:00 2001 From: wchang kim Date: Wed, 5 Jun 2024 16:24:46 +0900 Subject: [PATCH] Fixed the build error for gcc-14 Change-Id: I230b1af68ea06d4371d676869525e1e91caab156 --- src/common/common.gypi | 1 + 1 file changed, 1 insertion(+) 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 .', -- 2.34.1