diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-02-26 20:22:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-26 20:22:48 +0100 |
commit | 1ec8b9fb7dfaa074b1f6c2017790f65ca24fa88c (patch) | |
tree | 5d4425e514de01a7a140a3eba25b9aad7e16708b /main | |
parent | ca805744fba0662397ecdcda4e552990a81adfcb (diff) | |
parent | 0a2c387d5c375aa9dd9e828f100ab55deb8dac72 (diff) |
Merge pull request #7851 from shlomif/fix-some-compilation-warnings
Get rid of some compilation warnings.
Diffstat (limited to 'main')
-rw-r--r-- | main/tests/test_string.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/tests/test_string.cpp b/main/tests/test_string.cpp index a4a8ceb072..518c4503fc 100644 --- a/main/tests/test_string.cpp +++ b/main/tests/test_string.cpp @@ -835,7 +835,6 @@ bool test_28() { bool test_29() { - bool error = false; bool state = true; bool success = false; |