saleyn / eixx

Erlang C++ Interface
Apache License 2.0
137 stars 26 forks source link

error: declaration shadows a local variable [-Werror,-Wshadow] #42

Closed heri16 closed 3 years ago

heri16 commented 3 years ago
/usr/local/Cellar/eixx/1.4/include/eixx/marshal/eterm_format.hxx:390:39: error: declaration shadows a local variable [-Werror,-Wshadow]
                    std::vector<char> v;
                                      ^
/usr/local/Cellar/eixx/1.4/include/eixx/marshal/eterm_format.hxx:353:23: note: previous declaration is here
        vector<Alloc> v(a_alloc);