summaryrefslogtreecommitdiffstats
path: root/hyperlinks.c
diff options
context:
space:
mode:
authornicm <nicm>2023-06-30 13:19:32 +0000
committernicm <nicm>2023-06-30 13:19:32 +0000
commit4e57894e8506f27844fc0e6353475a0b61fd7807 (patch)
tree546735d921e538f5e594c0ff79b4d46a7be7b364 /hyperlinks.c
parent2546216019efcbb37bfa67ba8ac101c49d42c48b (diff)
Get rid of some warnings with GCC 10, from Thomas Klausner.
Diffstat (limited to 'hyperlinks.c')
-rw-r--r--hyperlinks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperlinks.c b/hyperlinks.c
index 18163cb2..913ed2fa 100644
--- a/hyperlinks.c
+++ b/hyperlinks.c
@@ -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 {