abuild-rmtemp: fix build with clang

This commit is contained in:
Natanael Copa 2023-10-17 18:18:24 +02:00
parent 4128fa6392
commit 1332d5b171
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#define PREFIX "/var/tmp/abuild."
static void fail() {
static void fail(void) {
errx(1, "%s", strerror(errno));
}