suppress compiler warning

This commit is contained in:
dwarning 2024-11-03 09:10:29 +01:00 committed by Holger Vogt
parent 40aa445ee8
commit 821733a5f6
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ typedef struct timeval {
*/
int gettimeofday(struct timeval * tp, void * unused)
{
NG_IGNORE(unused);
// Note: some broken versions only have 8 trailing zero's, the correct epoch has 9 trailing zero's
// This magic number is the number of 100 nanosecond intervals since January 1, 1601 (UTC)
// until 00:00:00 January 1, 1970