You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/app-text/pep/files/pep-2.8-Fix-Wimplicit-int.p...

19 lines
449 B

From: Sam James <sam@gentoo.org>
Date: Fri, 30 Sep 2022 21:51:17 +0100
Subject: [PATCH] Fix -Wimplicit-int
Fixes build with Clang 16.
Bug: https://bugs.gentoo.org/871081
--- a/main.c
+++ b/main.c
@@ -410,7 +410,7 @@ static void dofile(int eflage)
/*---( main )---------------------------------------------------------------*/
-main(int argc, char **argv)
+int main(int argc, char **argv)
{
struct stat statbuf;
unsigned int statype;