mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Get rid of some warnings with GCC 10, from Thomas Klausner.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user