Fixed the build error for gcc-14 25/312225/1 accepted/tizen/unified/20240611.123519 accepted/tizen/unified/toolchain/20240610.173135 accepted/tizen/unified/x/20240610.223709
authorwchang kim <wchang.kim@samsung.com>
Wed, 5 Jun 2024 07:24:46 +0000 (16:24 +0900)
committerwchang kim <wchang.kim@samsung.com>
Wed, 5 Jun 2024 07:24:46 +0000 (16:24 +0900)
Change-Id: I230b1af68ea06d4371d676869525e1e91caab156

src/common/common.gypi

index 3ada56820b4db9d1a93f3e0d28f4fae027679a8e..c20c5bc32d68303b1f9e419fb12e7135728638b3 100644 (file)
@@ -92,6 +92,7 @@
     ],
     'cflags_cc': [
       '-std=c++14',
+      '-Wno-unused-result',
     ],
     'libraries' : [
       '-L .',