[Pkg-javascript-commits] [node-leveldown] 406/492: -Wno-sign-compare for freebsd
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit c71d1e976e8799c8d2ec594ab3808d618e2926ea
Author: Rod Vagg <rod at vagg.org>
Date: Mon Sep 2 10:52:18 2013 +1000
-Wno-sign-compare for freebsd
---
deps/leveldb/leveldb.gyp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/deps/leveldb/leveldb.gyp b/deps/leveldb/leveldb.gyp
index d8e54df..aac7cc3 100644
--- a/deps/leveldb/leveldb.gyp
+++ b/deps/leveldb/leveldb.gyp
@@ -88,7 +88,8 @@
'-lpthread'
]
, 'ccflags': [
- '-pthread'
+ '-Wno-sign-compare'
+ , '-pthread'
]
}]
, ['OS == "solaris"', {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list