summaryrefslogtreecommitdiff
path: root/deps/uv/uv.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-02-26 20:30:12 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2013-02-26 20:30:12 +0100
commit7bc449c06329716770d4bbf59b252c66ba17a9d1 (patch)
treef5c1b5d2f6ce734d3377c99c094aebe422ac765a /deps/uv/uv.gyp
parente505f91266c80d9846dd4cf2967e6f063772f24f (diff)
downloadandroid-node-v8-7bc449c06329716770d4bbf59b252c66ba17a9d1.tar.gz
android-node-v8-7bc449c06329716770d4bbf59b252c66ba17a9d1.tar.bz2
android-node-v8-7bc449c06329716770d4bbf59b252c66ba17a9d1.zip
deps: upgrade libuv to a0c1d84
Diffstat (limited to 'deps/uv/uv.gyp')
-rw-r--r--deps/uv/uv.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp
index 075724dc52..55f1e23943 100644
--- a/deps/uv/uv.gyp
+++ b/deps/uv/uv.gyp
@@ -112,7 +112,8 @@
'-pedantic',
'-Wall',
'-Wextra',
- '-Wno-unused-parameter'
+ '-Wstrict-aliasing',
+ '-Wno-unused-parameter',
],
'sources': [
'include/uv-private/uv-unix.h',
@@ -279,6 +280,7 @@
'test/test-ipc-send-recv.c',
'test/test-list.h',
'test/test-loop-handles.c',
+ 'test/test-loop-stop.c',
'test/test-walk-handles.c',
'test/test-multiple-listen.c',
'test/test-pass-always.c',