mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-29 18:53:08 +00:00
abuild-rmtemp: fix build with clang
This commit is contained in:
parent
4128fa6392
commit
1332d5b171
@ -18,7 +18,7 @@
|
||||
|
||||
#define PREFIX "/var/tmp/abuild."
|
||||
|
||||
static void fail() {
|
||||
static void fail(void) {
|
||||
errx(1, "%s", strerror(errno));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user