Squelch warnings.

svn path=/trunk/; revision=31236
This commit is contained in:
Guy Harris 2009-12-11 07:14:52 +00:00
parent 141e1fb3b3
commit 229b262e15
1 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ gchar *
abs_time_to_str(nstime_t *abs_time, gboolean show_as_utc)
{
struct tm *tmp;
char *zonename;
const char *zonename;
gchar *buf;
#ifdef _MSC_VER
@ -355,7 +355,7 @@ gchar *
abs_time_secs_to_str(time_t abs_time, gboolean show_as_utc)
{
struct tm *tmp;
char *zonename;
const char *zonename;
gchar *buf;
#ifdef _MSC_VER