Skip to content

Commit 635bb49

Browse files
pheiduckbrammool
authored andcommitted
patch 9.0.0395: clang warnings for function prototypes
Problem: Clang warnings for function prototypes. Solution: Remove incomplete function prototypes. (closes #11068)
1 parent 5903aaf commit 635bb49

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@ static char *(features[]) =
703703

704704
static int included_patches[] =
705705
{ /* Add new patch number below this line */
706+
/**/
707+
395,
706708
/**/
707709
394,
708710
/**/

src/xxd/xxd.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ extern void perror __P((char *));
134134
# endif
135135
#endif
136136

137-
extern long int strtol();
138-
extern long int ftell();
139-
140137
char version[] = "xxd 2022-01-14 by Juergen Weigert et al.";
141138
#ifdef WIN32
142139
char osver[] = " (Win32)";

0 commit comments

Comments
 (0)