mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-20 02:38:32 +00:00
Compiler warnings.
This commit is contained in:
@@ -1240,6 +1240,8 @@ static int is_query_allowed_for_mark(u32 mark, const char *name)
|
|||||||
static size_t answer_disallowed(struct dns_header *header, size_t qlen, u32 mark, const char *name)
|
static size_t answer_disallowed(struct dns_header *header, size_t qlen, u32 mark, const char *name)
|
||||||
{
|
{
|
||||||
unsigned char *p;
|
unsigned char *p;
|
||||||
|
(void)name;
|
||||||
|
(void)mark;
|
||||||
|
|
||||||
#ifdef HAVE_UBUS
|
#ifdef HAVE_UBUS
|
||||||
if (name)
|
if (name)
|
||||||
|
|||||||
Reference in New Issue
Block a user