mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Remove unused variable warnings when omitting stuff at compile-time.
This commit is contained in:
committed by
Simon Kelley
parent
b5d9a362b4
commit
408c368fa5
@@ -552,6 +552,7 @@ static int make_duid1(int index, unsigned int type, char *mac, size_t maclen, vo
|
||||
|
||||
unsigned char *p;
|
||||
(void)index;
|
||||
(void)parm;
|
||||
|
||||
if (type >= 256)
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user