mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
patch 8.1.2064: MS-Windows: compiler warnings for unused arguments
Problem: MS-Windows: compiler warnings for unused arguments. Solution: Add UNUSED. (Yegappan Lakshmanan, closes #4963)
This commit is contained in:
@@ -2101,7 +2101,7 @@ static char tz_cache[64];
|
||||
struct tm *
|
||||
vim_localtime(
|
||||
const time_t *timep, // timestamp for local representation
|
||||
struct tm *result) // pointer to caller return buffer
|
||||
struct tm *result UNUSED) // pointer to caller return buffer
|
||||
{
|
||||
#ifdef HAVE_LOCALTIME_R
|
||||
# ifdef HAVE_TZSET
|
||||
|
Reference in New Issue
Block a user