MINGW-packages/mingw-w64-nextpnr/003-fix-build-with-clang-19.patch
مهدي شينون (Mehdi Chinoune) fb7e71330e nextpnr: re-enable ecp5
2025-01-31 08:31:56 +01:00

11 lines
309 B
Diff

--- a/gui/quadtree.h
+++ b/gui/quadtree.h
@@ -226,7 +226,6 @@
return *this;
bound_ = other.bound_;
max_elems_ = other.max_elems_;
- children_ = other.max_children_;
children_ = other.children_;
splitx_ = other.splitx_;
splity_ = other.splity_;