Skip to content

Commit

Permalink
Merge pull request #131 from sebastic/gcc-15
Browse files Browse the repository at this point in the history
Fix FTBFS with GCC 15.
  • Loading branch information
rouault authored Feb 18, 2025
2 parents 5d5a36d + 43cf9c4 commit 6634c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgeotiff/bin/geotifcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#define TRUE 1
#define FALSE 0

int getopt();
int getopt(int nargc, char** nargv, char* ostr);

static int outtiled = -1;
static uint32_t tilewidth;
Expand Down

0 comments on commit 6634c5f

Please sign in to comment.