mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-18 03:41:16 -03:00
Squelch some more warnings on Linux
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
int writestr(char *str)
|
||||
{
|
||||
write(1, str, strlen(str));
|
||||
write_ignore(1, str, strlen(str));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user