lip6 / coriolis

Coriolis VLSI EDA Tool (LIP6)
https://coriolis.lip6.fr
GNU General Public License v2.0
47 stars 5 forks source link

bitwise '|' with boolean operands in anabatic #42

Closed robtaylor closed 11 months ago

robtaylor commented 11 months ago

../anabatic/src/Dijkstra.cpp:695:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] else if (gcell->isStrut()| gcell->isMatrix() ) return ((gcell->getWidth() > gcell->getHeight())||(gcell->getWidth() == gcell->getHeight()));

jpc-lip6 commented 11 months ago

Fixed in #41 (#3d8d737a). Just a typo.