diff options
author | des <des@FreeBSD.org> | 2013-02-16 22:16:14 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-02-16 22:16:14 +0000 |
commit | 5cd77d19d6d7690609e8e80d6a18cfe1d237ee41 (patch) | |
tree | fcb36f71c153bf14f296ea1ff40c9d3cc6303bc4 /contrib/ldns/util.c | |
parent | e81aa2332a28f1d3ba2fe04e9265cb19fb0f562f (diff) | |
download | FreeBSD-src-5cd77d19d6d7690609e8e80d6a18cfe1d237ee41.zip FreeBSD-src-5cd77d19d6d7690609e8e80d6a18cfe1d237ee41.tar.gz |
#if out unused functions which trip up gcc but not clang.
Diffstat (limited to 'contrib/ldns/util.c')
-rw-r--r-- | contrib/ldns/util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ldns/util.c b/contrib/ldns/util.c index fa3a45f..fc8df86 100644 --- a/contrib/ldns/util.c +++ b/contrib/ldns/util.c @@ -25,6 +25,7 @@ #include <openssl/rand.h> #endif +#if 0 /* put this here tmp. for debugging */ static void xprintf_rdf(ldns_rdf *rd) @@ -62,6 +63,7 @@ xprintf_hex(uint8_t *data, size_t len) } printf("\n"); } +#endif ldns_lookup_table * ldns_lookup_by_name(ldns_lookup_table *table, const char *name) |