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:
fc2e069
)
Fix warnings of node_lib.
author
Cheng Zhao
<zcbenz@gmail.com>
Mon, 13 Jan 2014 10:43:09 +0000
(18:43 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Mon, 13 Jan 2014 10:43:09 +0000
(18:43 +0800)
common.gypi
patch
|
blob
|
history
diff --git
a/common.gypi
b/common.gypi
index 7c3ea1c7edf1657d4f1e7a3b983b66d964c8fdc9..9983e3f8fbf4d18323edc8650dd6bcefb5488b39 100644
(file)
--- a/
common.gypi
+++ b/
common.gypi
@@
-49,6
+49,7
@@
4204, # non-constant aggregate initializer
4214, # bit field types other than int
4232, # address of dllimport 'free' is not static, identity not guaranteed
+ 4291, # no matching operator delete found
4295, # array is too small to include a terminating null character
4389, # '==' : signed/unsigned mismatch
4505, # unreferenced local function has been removed