Nico 71320af66a Fix -Wbitwise-instead-of-logical clang warning
& and | short-circuit, && and || don't. When both arguments to those
are boolean, the short-circuiting version is usually the desired one, so
clang warns on this.

Here, it is inconsequential, so switch to && and || to suppress the warning.

(cherry picked from commit b17bcddbca749f621040990a3efb840046315050)
2021-11-03 23:32:57 +00:00
..
2021-02-19 22:26:56 +00:00
2016-08-30 10:01:53 +02:00
FFT
2021-02-27 18:44:26 +01:00
2018-09-20 18:30:10 +02:00