• Max Kellermann's avatar
    tag/ApeTag: don't take reference of IterableSplitString() elements · 7c62887d
    Max Kellermann authored
    This doesn't work because IterableSplitString() returns its elements
    by value.
    
    Fixes clang warning:
    
     loop variable 'i' is always a copy because the range of type 'IterableSplitString' (aka 'BasicIterableSplitString<char>') does not return a reference [-Werror,-Wrange-loop-analysis]
    7c62887d
ApeTag.cxx 2.19 KB