projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
679aa43
)
linux: Fix one compiler warning.
author
Cheng Zhao
<zcbenz@gmail.com>
Thu, 20 Feb 2014 10:58:56 +0000
(18:58 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Thu, 20 Feb 2014 10:58:56 +0000
(18:58 +0800)
common.gypi
patch
|
blob
|
history
diff --git
a/common.gypi
b/common.gypi
index 64dd63d2c5846c9067501de76962633556ab0d21..62cce1ef8cd0e0f1abe0debc85f571778cd45990 100644
(file)
--- a/
common.gypi
+++ b/
common.gypi
@@
-85,6
+85,7
@@
'-Wno-pointer-sign',
'-Wno-string-plus-int',
'-Wno-unused-variable',
+ '-Wno-unused-value',
'-Wno-deprecated-declarations',
'-Wno-return-type',
],