Skip to content

Commit 6634c5f

Browse files
authored
Merge pull request #131 from sebastic/gcc-15
Fix FTBFS with GCC 15.
2 parents 5d5a36d + 43cf9c4 commit 6634c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libgeotiff/bin/geotifcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#define TRUE 1
3838
#define FALSE 0
3939

40-
int getopt();
40+
int getopt(int nargc, char** nargv, char* ostr);
4141

4242
static int outtiled = -1;
4343
static uint32_t tilewidth;

0 commit comments

Comments
 (0)