Enable -Wextra in tests.

This commit is contained in:
4lDO2
2023-11-12 12:07:49 +01:00
parent c76a12347f
commit 5f929ed51e
26 changed files with 158 additions and 132 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ int main(void) {
size_t nonpow2_mul_voidptr_size = 3*sizeof(void *);
size_t pow2_mul_voidptr_size = 4*sizeof(void *);
int i;
size_t i;
errno = 0;
char * ptr_zerosize_malloc = (char *)malloc(zero_size);