From: Miek Gieben Date: Mon, 13 Feb 2006 10:40:44 +0000 (+0000) Subject: lint and TODO edited X-Git-Tag: release-1.1.0~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c5fe4cf1312bddcbd7f148d6b16dd831985e156;p=thirdparty%2Fldns.git lint and TODO edited --- diff --git a/TODO b/TODO index 2ddc6b80..b09cd8e6 100644 --- a/TODO +++ b/TODO @@ -26,13 +26,10 @@ Post 1.0 Stuff: 1.1.0: ---- - o sorting/sorting ord - removed ord - need to check current sort - order + o check sort order o secure tracing drill o API cleanup: add missing consts in function arguments - o vim syntax o walker - o ldns_rr_list_pop_rr_list??? I've adedd a push_rr_list. DONE: 1.0.1 released 5 January 2006 diff --git a/drill/securetrace.c b/drill/securetrace.c index 0eeaa25d..20da016e 100644 --- a/drill/securetrace.c +++ b/drill/securetrace.c @@ -15,7 +15,8 @@ * check if the key and the ds are equivalent * ie: is the ds made from the key? */ -static bool +/*@unused@*/ +static bool check_ds_key_equiv(ldns_rr *key, ldns_rr *ds) { ldns_rr *key_ds;