Get rid of some warnings with GCC 10, from Thomas Klausner.

This commit is contained in:
nicm
2023-06-30 13:19:32 +00:00
parent 2546216019
commit 4e57894e85
7 changed files with 12 additions and 9 deletions

View File

@ -43,7 +43,7 @@
#define MAX_HYPERLINKS 5000
static uint64_t hyperlinks_next_external_id = 1;
static long long hyperlinks_next_external_id = 1;
static u_int global_hyperlinks_count;
struct hyperlinks_uri {