felipealmeida pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7e0692b5f377beb89fdc6841bc2dd763cdd88ea3
commit 7e0692b5f377beb89fdc6841bc2dd763cdd88ea3 Author: Felipe Magno de Almeida <[email protected]> Date: Wed Jun 15 17:47:19 2016 -0300 eolian-cxx: Remove warning about unused parameter --- src/bindings/cxx/eo_cxx/eo_cxx_interop.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/cxx/eo_cxx/eo_cxx_interop.hh b/src/bindings/cxx/eo_cxx/eo_cxx_interop.hh index bd7a883..6ff74b1 100644 --- a/src/bindings/cxx/eo_cxx/eo_cxx_interop.hh +++ b/src/bindings/cxx/eo_cxx/eo_cxx_interop.hh @@ -250,7 +250,7 @@ T* convert_to_c_impl(T& v, tag<T*, T&>) return &v; } template <typename T> -T* convert_to_c_impl(T& v, tag<T*, T&, true>) +T* convert_to_c_impl(T& /*v*/, tag<T*, T&, true>) { std::abort(); } --
