Enforce -Werror in tests.

This commit is contained in:
4lDO2
2023-11-12 11:45:15 +01:00
parent 48f7ca7fe0
commit c76a12347f
8 changed files with 32 additions and 49 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ after_includes = """
void *arg; \
void *prev; \
} __relibc_internal_pthread_ll_entry = { \
.routine = (routine), \
.arg = (arg), \
.routine = (void (*)(void *))(routine), \
.arg = (void *)(arg), \
}; \
__relibc_internal_pthread_cleanup_push(&__relibc_internal_pthread_ll_entry);