Cub3D/libft/compilation.log
2024-11-23 12:42:32 +01:00

4 lines
286 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.