8000 Dodgy looking logic in lefwWriter · Issue #39 · lip6/coriolis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Dodgy looking logic in lefwWriter #39
Open
@robtaylor

Description

@robtaylor

../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)

Metadata

Metadata

Assignees

Labels

third partyIssues in third party software

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0