Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate and address -Wparentheses-equality warnings in compiler #1648

Closed
0xdaryl opened this issue Sep 14, 2017 · 2 comments
Closed

Investigate and address -Wparentheses-equality warnings in compiler #1648

0xdaryl opened this issue Sep 14, 2017 · 2 comments

Comments

@0xdaryl
Copy link
Contributor

0xdaryl commented Sep 14, 2017

Investigate and fix:

warning: equality comparison with extraneous parentheses [-Wparentheses-equality]

(e.g. ../compiler/optimizer/RedundantAsyncCheckRemoval.cpp:833)

@charliegracie
Copy link
Contributor

charliegracie commented Sep 14, 2017

I believe these were all resolved via #1635 and are not present in the latest builds

@0xdaryl
Copy link
Contributor Author

0xdaryl commented Feb 21, 2019

These do appear to be resolved now. Closing...

@0xdaryl 0xdaryl closed this as completed Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants