mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
Bring back warnings we supressed for b4 :)
This commit is contained in:
@@ -959,14 +959,6 @@ isc_entropy_addsample(isc_entropysource_t *source, isc_uint32_t sample,
|
|||||||
{
|
{
|
||||||
isc_entropy_t *ent;
|
isc_entropy_t *ent;
|
||||||
|
|
||||||
/*
|
|
||||||
* XXXMLG Make warnings go away for the beta4 release. This
|
|
||||||
* will be fixed by implementing the function in the next
|
|
||||||
* release.
|
|
||||||
*/
|
|
||||||
UNUSED(sample);
|
|
||||||
UNUSED(extra);
|
|
||||||
|
|
||||||
REQUIRE(VALID_SOURCE(source));
|
REQUIRE(VALID_SOURCE(source));
|
||||||
ent = source->ent;
|
ent = source->ent;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user