summaryrefslogtreecommitdiff
path: root/Utilities/cmbzip2
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2013-09-19 15:07:51 -0400
committerBrad King <brad.king@kitware.com>2013-10-08 09:16:33 -0400
commitaf0051f48ac54ff749faff885f05fb9f34037d5a (patch)
tree1b934412c3cc05d466a562f5b1474ffe79598f4d /Utilities/cmbzip2
parentcb4ec606a9e13ed4064fd8f72f00e51ec09ea537 (diff)
downloadcmake-af0051f48ac54ff749faff885f05fb9f34037d5a.tar.gz
curl, bzip2: Suppress warnings by setting initial value
Silence clang -Wsometimes-uninitialized warnings.
Diffstat (limited to 'Utilities/cmbzip2')
-rw-r--r--Utilities/cmbzip2/compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmbzip2/compress.c b/Utilities/cmbzip2/compress.c
index 7d9b3da758..feea233c28 100644
--- a/Utilities/cmbzip2/compress.c
+++ b/Utilities/cmbzip2/compress.c
@@ -239,7 +239,7 @@ static
void sendMTFValues ( EState* s )
{
Int32 v, t, i, j, gs, ge, totc, bt, bc, iter;
- Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;
+ Int32 nSelectors = 0, alphaSize, minLen, maxLen, selCtr;
Int32 nGroups, nBytes;
/*--