libs, kernel and commands: re-enable -Werror

This commit is contained in:
2020-11-15 13:30:09 +01:00
parent 81679f2408
commit 922e993c41
41 changed files with 125 additions and 107 deletions

View File

@@ -21,10 +21,11 @@ auth_getkey(char *params)
werrstr("auth_getkey: no /factotum or /boot/factotum: didn't get key %s", params);
return -1;
}
if(0) if(d->type != '/'){
werrstr("auth_getkey: /factotum may be bad: didn't get key %s", params);
return -1;
}
if(0)
if(d->type != '/'){
werrstr("auth_getkey: /factotum may be bad: didn't get key %s", params);
return -1;
}
switch(pid = fork()){
case -1:
werrstr("can't fork for %s: %r", name);