[Pkg-javascript-commits] [node-leveldown] 407/492: switch -Wno-sign-compare to a cflag rather than ccflag

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 cb638a7b3ee3117b4374ecedff4149ab4d8e7f11
Author: Rod Vagg <rod at vagg.org>
Date:   Mon Sep 2 10:55:29 2013 +1000

    switch -Wno-sign-compare to a cflag rather than ccflag
---
 deps/leveldb/leveldb.gyp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/deps/leveldb/leveldb.gyp b/deps/leveldb/leveldb.gyp
index aac7cc3..9fa6afc 100644
--- a/deps/leveldb/leveldb.gyp
+++ b/deps/leveldb/leveldb.gyp
@@ -88,8 +88,10 @@
                 '-lpthread'
             ]
           , 'ccflags': [
+                '-pthread'
+            ]
+          , 'cflags': [
                 '-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