projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39bff17
)
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
author
wchang kim
<wchang.kim@samsung.com>
Wed, 5 Jun 2024 07:24:46 +0000
(16:24 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Wed, 5 Jun 2024 07:24:46 +0000
(16:24 +0900)
Change-Id: I230b1af68ea06d4371d676869525e1e91caab156
src/common/common.gypi
patch
|
blob
|
history
diff --git
a/src/common/common.gypi
b/src/common/common.gypi
index 3ada56820b4db9d1a93f3e0d28f4fae027679a8e..c20c5bc32d68303b1f9e419fb12e7135728638b3 100644
(file)
--- a/
src/common/common.gypi
+++ b/
src/common/common.gypi
@@
-92,6
+92,7
@@
],
'cflags_cc': [
'-std=c++14',
+ '-Wno-unused-result',
],
'libraries' : [
'-L .',