]> git.lyx.org Git - lyx.git/commit
Fix Clang 14 warning -Wbitwise-instead-of-logical
authorScott Kostyshak <skostysh@lyx.org>
Fri, 29 Apr 2022 01:06:37 +0000 (21:06 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 29 Apr 2022 01:40:00 +0000 (21:40 -0400)
commita83159f05170733069a2baf2237e81c033f33916
treeb4c0731b5c8f32349d1f01138270ee04552e7c5d
parente4416535e479fb23cf980e8a3cddd36338d7754a
Fix Clang 14 warning -Wbitwise-instead-of-logical

Use the boolean operator '||' with bools instead of the bitwise
operator '|'.
src/BufferView.cpp