Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
8998ed84
Commit
8998ed84
authored
Dec 18, 2000
by
Andreas Gustafsson
Browse files
added UNUSED() macro
parent
8351864e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/sec/dst/dst_api.c
View file @
8998ed84
...
...
@@ -19,7 +19,7 @@
/*
* Principal Author: Brian Wellington
* $Id: dst_api.c,v 1.6
6
2000/1
1/09 23:55:05 bwelling
Exp $
* $Id: dst_api.c,v 1.6
7
2000/1
2/18 21:09:42 gson
Exp $
*/
#include
<config.h>
...
...
@@ -97,6 +97,8 @@ dst_lib_init(isc_mem_t *mctx, isc_entropy_t *ectx, unsigned int eflags) {
REQUIRE
(
mctx
!=
NULL
&&
ectx
!=
NULL
);
REQUIRE
(
dst_initialized
==
ISC_FALSE
);
UNUSED
(
mctx
);
dst_memory_pool
=
NULL
;
/*
* When using --with-openssl, there seems to be no good way of not
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment