Skip to content
Snippets Groups Projects
Commit 914f33fc authored by Howard Chu's avatar Howard Chu
Browse files

Cleanup lint

parent 50440472
No related branches found
No related tags found
No related merge requests found
......@@ -115,8 +115,10 @@ void lutil_log_int(
const char *subsys, int level,
const char *fmt, va_list vl )
{
#ifdef HAVE_WINSOCK
time_t now;
struct tm *today;
#endif
int i;
if ( levelArray == NULL ) return; /* logging isn't set up */
......
......@@ -236,7 +236,7 @@ lutil_uuidstr( char *buf, size_t len )
struct timeval tv;
unsigned long long tl;
unsigned char *nl;
unsigned short t2, t3, s1, n1, n2, n3;
unsigned short t2, t3, s1;
unsigned int t1;
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment