Skip to content

Fix Wbitwise-instead-of-logical in native tests - #72313

Merged
jkotas merged 1 commit into
dotnet:mainfrom
am11:feature/build/native
Jul 16, 2022
Merged

Fix Wbitwise-instead-of-logical in native tests#72313
jkotas merged 1 commit into
dotnet:mainfrom
am11:feature/build/native

Conversation

@am11

@am11am11 commented Jul 16, 2022

Copy link
Copy Markdown
Member

Running src/tests/build.sh with clang 15 was raising an error Wbitwise-instead-of-logical on line 391 due to the use of & instead of && in if condition.

Also cleaned up trailing whitespaces from this file while at it.

@ghost

Copy link
Copy Markdown

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghostghost added the community-contribution Indicates that the PR has been added by a community member label Jul 16, 2022
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

Running src/tests/build.sh with clang 15 was raising an error Wbitwise-instead-of-logical on line 391 due to the use of & instead of && in if condition.

Also cleaned up trailing whitespaces from this file while at it.

Author:am11
Assignees:-
Labels:

area-Infrastructure, community-contribution

Milestone:-

@am11
am11 requested a review from janvorliJuly 16, 2022 10:00
@jkotas
jkotas merged commit cc75427 into dotnet:mainJul 16, 2022
@am11
am11 deleted the feature/build/native branch July 24, 2022 07:29
@ghostghost locked as resolved and limited conversation to collaborators Aug 23, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructurecommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@am11@jkotas