Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrodie Thiesfield <brofield@users.noreply.github.com>2013-09-28 05:55:51 +0400
committerBrodie Thiesfield <brofield@users.noreply.github.com>2013-09-28 05:55:51 +0400
commit0854b25800d3c21c55cc777aa4ccb07b0d67e28d (patch)
tree5cd43f556cdf010ec7c1588555a508e02395d9e9
parent13ea0f764be22fd785fae63ccd25bb6b39ece5cc (diff)
Fixes issue #2
-rw-r--r--SimpleIni.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SimpleIni.h b/SimpleIni.h
index 5c9b82a..8a40581 100644
--- a/SimpleIni.h
+++ b/SimpleIni.h
@@ -2840,6 +2840,7 @@ public:
#if defined(SI_NO_MBSTOWCS_NULL) || (!defined(_MSC_VER) && !defined(_linux))
// fall back processing for platforms that don't support a NULL dest to mbstowcs
// worst case scenario is 1:1, this will be a sufficient buffer size
+ (void)a_pInputData;
return a_uInputDataLen;
#else
// get the actual required buffer size