``` -configure:8049:23: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion] +configure:8049:23: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion] if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0) ^~~~~~ /usr/include/stdio.h:94:16: note: expanded from macro '_IOLBF' @@ -135,13 +135,13 @@ /usr/include/stdio.h:332:65: note: passing argument to parameter '__buf' here extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf, ^ ```
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20bb09cc1c96d93fd13f0d2c968fc45a0d2e5b9 commit d20bb09cc1c96d93fd13f0d2c968fc45a0d2e5b9 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-01-26 12:55:54 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-26 12:55:54 +0000 app-editors/xvile: add 9.8z Closes: https://bugs.gentoo.org/893916 Closes: https://bugs.gentoo.org/906021 Signed-off-by: Sam James <sam@gentoo.org> app-editors/xvile/Manifest | 2 ++ app-editors/xvile/xvile-9.8z.ebuild | 59 +++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bd7374a07681d978b4dfac129c8a20c38d323a commit a4bd7374a07681d978b4dfac129c8a20c38d323a Author: Sam James <sam@gentoo.org> AuthorDate: 2024-01-26 12:54:41 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-26 12:54:41 +0000 app-editors/vile: add 9.8z Closes: https://bugs.gentoo.org/893916 Closes: https://bugs.gentoo.org/906021 Signed-off-by: Sam James <sam@gentoo.org> app-editors/vile/Manifest | 2 ++ app-editors/vile/vile-9.8z.ebuild | 58 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02acb1704f665da0d1c912cb404939fb199bac0 commit d02acb1704f665da0d1c912cb404939fb199bac0 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-11-02 22:59:03 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-11-02 22:59:58 +0000 app-editors/xvile: drop 9.8y Bug: https://bugs.gentoo.org/893916 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> app-editors/xvile/Manifest | 2 -- app-editors/xvile/xvile-9.8y.ebuild | 59 ------------------------------------- 2 files changed, 61 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9aed5301de54f6d577fcce058708383f1e85030 commit b9aed5301de54f6d577fcce058708383f1e85030 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-11-02 22:58:44 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-11-02 22:59:55 +0000 app-editors/vile: drop 9.8y Bug: https://bugs.gentoo.org/893916 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> app-editors/vile/Manifest | 2 -- app-editors/vile/vile-9.8y.ebuild | 58 --------------------------------------- 2 files changed, 60 deletions(-)