Skip to content
Snippets Groups Projects
Commit 19ab720d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Resolve recently introduced warnings about const char* to char* conversion

C++ <sigh>

We don't need a .ini section separator anyway.
parent 9195e4a8
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6258 failed
......@@ -45,14 +45,10 @@ static const char* server_abbrev = "term";
static const char* eventIniSection = "Events";
static ini_style_t eventIniStyle = {
/* key_len: */LEN_CODE,
/* key_prefix: */nullptr,
/* section_separator: */""
/* key_len: */LEN_CODE
};
static ini_style_t qhubIniStyle = {
/* key_len: */LEN_QWKID,
/* key_prefix: */nullptr,
/* section_separator: */""
/* key_len: */LEN_QWKID
};
static const char* qhubIniSection = "QWK_NetworkHubs";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment