Revert "Fix -Wunused-variable under FUZZING_BUILD_MODE..."

This commit is contained in:
Yann Collet 2020-07-15 12:42:18 -07:00 committed by GitHub
parent 7d3d5f2a20
commit a44671b281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ extern "C" {
# include <assert.h>
#else
# ifndef assert /* assert may be already defined, due to prior #include <assert.h> */
# define assert(condition) ((void) (condition)) /* disable assert (default) */
# define assert(condition) ((void)0) /* disable assert (default) */
# endif
#endif