silence minor gcc warning -Wempty-body
also silence fuzz test artefacts
This commit is contained in:
@@ -63,7 +63,9 @@ static unsigned long long GetCurrentClockTimeMicroseconds(void)
|
|||||||
DEBUGLOG(MUTEX_WAIT_TIME_DLEVEL, "Thread took %llu microseconds to acquire mutex %s \n", \
|
DEBUGLOG(MUTEX_WAIT_TIME_DLEVEL, "Thread took %llu microseconds to acquire mutex %s \n", \
|
||||||
elapsedTime, #mutex); \
|
elapsedTime, #mutex); \
|
||||||
} } \
|
} } \
|
||||||
} else pthread_mutex_lock(mutex); \
|
} else { \
|
||||||
|
pthread_mutex_lock(mutex); \
|
||||||
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# test artefacts
|
||||||
|
corpora
|
||||||
|
block_decompress
|
||||||
|
block_round_trip
|
||||||
|
simple_round_trip
|
||||||
Reference in New Issue
Block a user