From: Soeren Apel Date: Sun, 21 Oct 2018 19:22:01 +0000 (+0200) Subject: Fix clazy warnings regarding range-for references X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;ds=sidebyside;h=f4ab4b5c657e5613caba82feaa81a8a400e4f331;hp=f4ab4b5c657e5613caba82feaa81a8a400e4f331;p=pulseview.git Fix clazy warnings regarding range-for references The warnings that are fixed are of this type: warning: Missing reference in range-for with non trivial type (std::__cxx11::string) [-Wclazy-range-loop] ---