diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-10-01 18:06:17 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-10-01 23:21:46 +0200 |
commit | b2bba4be44dc34953402c5cde74c26b89ad84cbc (patch) | |
tree | e86b449d63fc29ecfd541db5e872b22cc54124b9 /doc/classes/AudioEffect.xml | |
parent | 9258d7b5d0942f1cad3f9b0ba41a3c916ea6b89e (diff) |
Fix warnings about invalid logical not on left hand side [-Wlogical-not-parentheses]
Fixes the following Clang 7 warnings and bugs:
```
editor/plugins/curve_editor_plugin.cpp:208:69: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
editor/plugins/curve_editor_plugin.cpp:214:43: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
```
Changed according to @Zylann's suggestion on
https://github.com/godotengine/godot/pull/22593#discussion_r221699573
Diffstat (limited to 'doc/classes/AudioEffect.xml')
0 files changed, 0 insertions, 0 deletions