summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-01 17:15:56 +0900
committerMichele Calgaro <[email protected]>2025-02-01 17:15:56 +0900
commit0b13a7b9e0f99415119eef29f05c54a01e5ec90a (patch)
tree0bbd5340ab0ff79f739b800f3c2b3316233bb4a4
parent879d0179165d84060122f1bc292bfe254c5f5ce0 (diff)
downloadtdeedu-0b13a7b9e0f99415119eef29f05c54a01e5ec90a.tar.gz
tdeedu-0b13a7b9e0f99415119eef29f05c54a01e5ec90a.zip
Fix FTBFS with gcc 15. This resolves issue 54
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--kiten/xjdxgen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiten/xjdxgen.c b/kiten/xjdxgen.c
index bf4de028..6f0dbe5c 100644
--- a/kiten/xjdxgen.c
+++ b/kiten/xjdxgen.c
@@ -86,7 +86,7 @@ extern char *getenv(const char *name);
/*====function to Load Dictionary and load/create index table=======*/
int main(int argc, char *argv[])
{
- FILE *fp,*fopen();
+ FILE *fp;
uint32_t possav,schi,diclen,indlen;
int i,inwd,cstrp,saving,isc,nodread;
unsigned char c;
@@ -326,7 +326,7 @@ void xjdicrc()
{
unsigned char xjdicdir[PATH_MAX],rcstr[80],*rcwd;
int iex;
- FILE *fm,*fopen();
+ FILE *fm;
iex = 0;
xjdicdir[0] = '\0';