Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
| ../git/src/netlink/nl_l3.cc:46:21: warning: loop variable 'v' creates a copy from type 'const basebox::nh_stub' [-Wrange-loop-construct] | 46 | for (const auto v : arg) { | | ^ | ../git/src/netlink/nl_l3.cc:46:21: note: use reference type to prevent copying | 46 | for (const auto v : arg) { | | ^ | | & Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
- Loading branch information