diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2017-02-21 11:59:19 +0200 |
---|---|---|
committer | Shlomi Fish <shlomif@shlomifish.org> | 2017-02-21 11:59:19 +0200 |
commit | 0a2c387d5c375aa9dd9e828f100ab55deb8dac72 (patch) | |
tree | d2164f7f68e6fe4f18ef97b32ea693c35d10aa57 /main/tests | |
parent | f6950956bdab064cc1e027b93a0ddd0d94dda882 (diff) |
Fix some compilation warnings.
Redone the commit based on the input in
https://github.com/godotengine/godot/pull/7851 . Not all warnings were
fixed but it's a start.
Diffstat (limited to 'main/tests')
-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; |