[Pkg-javascript-commits] [node-leveldown] 410/492: -Wno-unused-function for freebsd / snappy

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 1d6545cbf2c976162f225a0966b08e915ffe2ea2
Author: Rod Vagg <rod at vagg.org>
Date:   Mon Sep 2 10:59:24 2013 +1000

    -Wno-unused-function for freebsd / snappy
---
 deps/snappy/snappy.gyp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deps/snappy/snappy.gyp b/deps/snappy/snappy.gyp
index 3f54526..a20518b 100644
--- a/deps/snappy/snappy.gyp
+++ b/deps/snappy/snappy.gyp
@@ -45,6 +45,7 @@
       , ['OS == "freebsd"', {
             'cflags': [
                 '-Wno-sign-compare'
+              , '-Wno-unused-function'
             ]
         }]
       , ['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