fix: patching the compilation on linux

This commit is contained in:
Raphael 2024-11-23 12:42:32 +01:00
parent dd30bf069b
commit 19864c0133
3 changed files with 12 additions and 6 deletions

4
libft/compilation.log Normal file
View file

@ -0,0 +1,4 @@
src/ft_string/ft_chr/ft_putchar_fd.c:17:2: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result]
17 | write(fd, &c, 1);
|  ^~~~~ ~~~~~~~~~
1 error generated.