From b36599962c01ffbdab0e7ea5d84cff42cf63ee4b Mon Sep 17 00:00:00 2001 From: Vikrant Date: Fri, 20 Mar 2020 15:26:12 +0530 Subject: [PATCH] Use static unsinged int --- utils/cups-browsed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cups-browsed.c b/utils/cups-browsed.c index 96a22c404..481d5f4cc 100644 --- a/utils/cups-browsed.c +++ b/utils/cups-browsed.c @@ -430,7 +430,7 @@ static unsigned int BrowseInterval = 60; static unsigned int BrowseTimeout = 300; static uint16_t BrowsePort = 631; static browsepoll_t **BrowsePoll = NULL; -int NewBrowsePollQueuesShared = 0; +static unsigned int NewBrowsePollQueuesShared = 0; static unsigned int AllowResharingRemoteCUPSPrinters = 0; static size_t NumBrowsePoll = 0; static guint update_netifs_sourceid = 0;