mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 16:02:52 -04:00
Suppress benign error message about unused parameter 'view'
This commit is contained in:
parent
54570ba7ff
commit
3449209bf6
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ zonecbk(dns_c_ctx_t *ctx, dns_c_zone_t *zone, dns_c_view_t *view, void *uap)
|
|||
vname = "no current view";
|
||||
}
|
||||
#else
|
||||
(void) view;
|
||||
vname = "foo";
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue