dxx-rebirth/similar
Kp 071a1dd486 Remove unused lambda capture in draw_all_edges
gcc silently permits this, as does every clang version I tested.
However, in issue #360, thfrwn referenced an e-mail thread that claims
OpenBSD clang warns for this. [1]  This capture is not needed, and as
far as I can tell, was not needed even when it was added.  It was likely
required in an earlier iteration of the code, but should not have been
pushed.  Remove it.

[1] https://marc.info/?l=openbsd-ports&m=151402743101761&w=2

Fixes: d4df692d30 ("Use range_for in draw_all_edges")
2017-12-24 00:28:35 +00:00
..
2d Use constexpr integral_constant for various magic numbers 2017-10-14 17:10:30 +00:00
3d Use constexpr integral_constant for various magic numbers 2017-10-14 17:10:30 +00:00
arch Replace useless printf with puts 2017-12-05 05:29:55 +00:00
editor Replace useless printf with puts 2017-12-05 05:29:55 +00:00
main Remove unused lambda capture in draw_all_edges 2017-12-24 00:28:35 +00:00
misc Replace useless printf with puts 2017-12-05 05:29:55 +00:00