[Pkg-javascript-commits] [node-leveldown] 426/492: fixes for 0.11.8 and new linux gcc (warnings)
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:26 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 89403ad95a03a29a9f93f554dd49ce51072f59f1
Author: Rod Vagg <rod at vagg.org>
Date: Sat Nov 2 03:53:25 2013 +0100
fixes for 0.11.8 and new linux gcc (warnings)
---
binding.gyp | 7 ++++++-
src/iterator.h | 2 --
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/binding.gyp b/binding.gyp
index 8178581..da83804 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -14,7 +14,12 @@
, "DisableSpecificWarnings": [ "4355", "4530" ,"4267", "4244", "4506" ]
}
}
- }]
+ }]
+ , ['OS == "linux"', {
+ 'cflags': [
+ '-Wno-unused-local-typedefs'
+ ]
+ }]
]
, "dependencies": [
"<(module_root_dir)/deps/leveldb/leveldb.gyp:leveldb"
diff --git a/src/iterator.h b/src/iterator.h
index 2d33bcd..8309d2f 100644
--- a/src/iterator.h
+++ b/src/iterator.h
@@ -18,8 +18,6 @@ namespace leveldown {
class Database;
class AsyncWorker;
-v8::Local<v8::Value> CreateIterator (const v8::Arguments& args);
-
class Iterator : public node::ObjectWrap {
public:
static void Init ();
--
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