mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #124] [CLOSED] remove bitwise or with booleans warnings by changing to plus #172
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#172
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/124
Author: @ped7g
Created: 12/25/2022
Status: ❌ Closed
Base:
master← Head:remove_bitwise_or_warning📝 Commits (2)
2cc5a7dremove bitwise or with booleans warnings by changing to plus8b42da8remove bitwise or with booleans warnings by changing to plus - adjust by review comment📊 Changes
2 files changed (+4 additions, -5 deletions)
View changed files
📝
uppsrc/CtrlCore/GtkEvent.cpp(+1 -1)📝
uppsrc/CtrlLib/ScrollBar.cpp(+3 -4)📄 Description
bool(bool(a) | bool(b)) == bool(bool(a) + bool(b)), but without warning suggesting casting to integer.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.