diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-05-10 15:15:56 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-05-26 22:55:52 +0000 |
commit | 1f833b3fc9968c3dd7ed79ccf0525ebf16c891ad (patch) | |
tree | 85801af20e3b694584668aeb39ecec75ee71f72c /libntp/snprintf.c | |
parent | ab1f1aa8333369a83ff284848fc3fc2e52d5f29f (diff) |
Diffstat (limited to 'libntp/snprintf.c')
-rw-r--r-- | libntp/snprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libntp/snprintf.c b/libntp/snprintf.c index f4685e1ad4b6..52ec17a04eb2 100644 --- a/libntp/snprintf.c +++ b/libntp/snprintf.c @@ -1587,7 +1587,7 @@ rpl_asprintf(va_alist) va_dcl } #endif /* HW_WANT_RPL_ASPRINTF */ #else /* Dummy declaration to avoid empty translation unit warnings. */ -int main(void); +NONEMPTY_TRANSLATION_UNIT #endif /* HW_WANT_RPL_SNPRINTF || HW_WANT_RPL_VSNPRINTF || HW_WANT_RPL_ASPRINTF || [...] */ #if TEST_SNPRINTF |