Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 987aa153 authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am 62cd919d: Remove a compiler warning.

* commit '62cd919d':
  Remove a compiler warning.
parents 719badd1 62cd919d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ int BigramDictionary::getBigrams(const int32_t *prevWord, int prevWordLength, in
    do {
        bigramFlags = BinaryFormat::getFlagsAndForwardPointer(root, &pos);
        uint16_t bigramBuffer[MAX_WORD_LENGTH];
        int unigramFreq;
        int unigramFreq = 0;
        const int bigramPos = BinaryFormat::getAttributeAddressAndForwardPointer(root, bigramFlags,
                &pos);
        const int length = BinaryFormat::getWordAtAddress(root, bigramPos, MAX_WORD_LENGTH,