Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silences the following compiler warning. Was previously being called 33 times: ``` warning: use of logical '||' with constant operand [-Wconstant-logical-operand] int max = selectMax || INT_MAX; ^ ~~~~~~~ note: use '|' for a bitwise operation ```
- Loading branch information