diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-09 19:42:34 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-09 19:42:34 +0000 |
| commit | 0a0da7ddd5c01b9259ddad3331e1629ee066505d (patch) | |
| tree | fd129f43a9bc4160d8fd56f12f9bb76269bc632f /testcode/testpkts.c | |
| parent | dcaa814d350c5ee7deb2164502a24f2f698b9799 (diff) | |
Vendor import of Unbound 1.8.1.vendor/unbound/1.8.1
Diffstat (limited to 'testcode/testpkts.c')
| -rw-r--r-- | testcode/testpkts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testcode/testpkts.c b/testcode/testpkts.c index ec0f7fe2449a..01f23e48ed2e 100644 --- a/testcode/testpkts.c +++ b/testcode/testpkts.c @@ -46,6 +46,7 @@ enum verbosity_value { NO_VERBOSE=0 }; #endif /** logging routine, provided by caller */ void verbose(enum verbosity_value lvl, const char* msg, ...) ATTR_FORMAT(printf, 2, 3); +static void error(const char* msg, ...) ATTR_NORETURN; /** print error and exit */ static void error(const char* msg, ...) |
