From 6fee48fe1582885fdfa83264fa42723de192f284 Mon Sep 17 00:00:00 2001 From: Nick Kelsey Date: Thu, 13 Oct 2016 14:02:26 -0700 Subject: [PATCH] fix compiler warning --- hdhomerun_sock_windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdhomerun_sock_windows.c b/hdhomerun_sock_windows.c index 2d8bd8c..de40955 100644 --- a/hdhomerun_sock_windows.c +++ b/hdhomerun_sock_windows.c @@ -28,7 +28,7 @@ struct hdhomerun_sock_t { }; #if defined(_WINRT) -static const char *hdhomerun_local_ip_info_str = NULL; +static char *hdhomerun_local_ip_info_str = NULL; /* * String format: ip address '/' subnet mask bits ...