mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 00:09:59 -04:00
silence compiler warning
This commit is contained in:
parent
0e72e2c967
commit
f255d0ebd8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ static int mt_key_initialized = 0;
|
|||
static int __res_init_ctx(void);
|
||||
static void __res_destroy_ctx(void *);
|
||||
|
||||
#ifdef sun
|
||||
#if defined(sun) && !defined(__GNUC__)
|
||||
#pragma init (_mtctxres_init)
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue