Skip to content
Snippets Groups Projects
Commit c6e94b3a authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Mute deprecated and TODO messages

parent e06b628e
No related branches found
No related tags found
No related merge requests found
......@@ -143,9 +143,10 @@ int zones_changesets_from_binary(knot_changesets_t *chgsets);
/*! \todo Document me. */
int zones_changesets_to_binary(knot_changesets_t *chgsets);
/*! \todo DEPRECATED. */
int zones_load_changesets(const zone_t *zone,
knot_changesets_t *dst,
uint32_t from, uint32_t to) __attribute__((deprecated));
uint32_t from, uint32_t to);
/*!
* \brief Creates changesets from zones difference.
......
......@@ -248,7 +248,7 @@ static int process_prereq(const knot_rrset_t *rrset, uint16_t qclass,
/* ----------------------- changeset lists helpers -------------------------- */
#warning TODO: Store changesets as a lookup structure
/*! \todo Store changesets as a lookup structure. */
/*!< \brief Returns true if \a cmp code returns true for one RR in list. */
#define LIST_MATCH(l, cmp) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment