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

Dodgy looking logic in lefwWriter #39

Open
robtaylor opened this issue Sep 11, 2023 · 0 comments
Open

Dodgy looking logic in lefwWriter #39

robtaylor opened this issue Sep 11, 2023 · 0 comments
Assignees
Labels
third party Issues in third party software

Comments

@robtaylor
Copy link
Collaborator

../lefdef/src/lef/lef/lefwWriter.cpp:1133:25: warning: overlapping comparisons always evaluate to false [-Wtautological-overlap-compare]
if (viaCuts < 2 && viaCuts > 4)
~~~~~~~~~~~~^~~~~~~~~~~~~~
../lefdef/src/lef/lef/lefwWriter.cpp:1125:25: warning: overlapping comparisons always evaluate to false [-Wtautological-overlap-compare]
if (viaCuts < 2 && viaCuts > 4)

@Coloquinte Coloquinte added the third party Issues in third party software label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third party Issues in third party software
Projects
None yet
Development

No branches or pull requests

3 participants