clear -Werror=write-strings in NeonUri.cxx

Change-Id: I7a67c1858b2954ca0522320b9008d70ed1afd64c
This commit is contained in:
Chr. Rossmanith
2013-03-27 22:05:38 +01:00
parent 72a5c2a56a
commit 97257aeef6

View File

@@ -52,21 +52,21 @@ using namespace webdav_ucp;
namespace {
const ne_uri g_sUriDefaultsHTTP = { "http",
const ne_uri g_sUriDefaultsHTTP = { (char *) "http",
NULL,
NULL,
DEFAULT_HTTP_PORT,
NULL,
NULL,
NULL };
const ne_uri g_sUriDefaultsHTTPS = { "https",
const ne_uri g_sUriDefaultsHTTPS = { (char *) "https",
NULL,
NULL,
DEFAULT_HTTPS_PORT,
NULL,
NULL,
NULL };
const ne_uri g_sUriDefaultsFTP = { "ftp",
const ne_uri g_sUriDefaultsFTP = { (char *) "ftp",
NULL,
NULL,
DEFAULT_FTP_PORT,