mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:12:09 -04:00
Add better EMPTY_TRANSLATION_UNIT to isc/util.h
This commit is contained in:
parent
38060959c7
commit
8ee23a47e8
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
* Use this in translation units that would otherwise be empty, to
|
||||
* suppress compiler warnings.
|
||||
*/
|
||||
#define EMPTY_TRANSLATION_UNIT static void isc__empty(void) { isc__empty(); }
|
||||
#define EMPTY_TRANSLATION_UNIT extern int isc__empty;
|
||||
|
||||
/*%
|
||||
* We use macros instead of calling the routines directly because
|
||||
|
|
|
|||
Loading…
Reference in a new issue