Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- warning: Tag 'PERL_PATH' at line 2117 of file 'build/ignition_math/api_tagfile.dox' has become obsolete.
- To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
- warning: Tag 'MSCGEN_PATH' at line 2139 of file 'build/ignition_math/api_tagfile.dox' has become obsolete.
- To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1815:54: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
- 1815 | VALUE num = rb_funcall( proc, swig_arity_id, 0 );
- | ^
- In file included from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:886:
- /usr/include/ruby-2.6.0/ruby/ruby.h:1794:31: warning: ‘void rb_global_variable(VALUE*)’ hides constructor for ‘struct rb_global_variable’ [-Wshadow]
- 1794 | void rb_global_variable(VALUE*);
- | ^
- In file included from /usr/include/ruby-2.6.0/ruby/ruby.h:2111,
- from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:886:
- /usr/include/ruby-2.6.0/ruby/intern.h:56:33: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
- 56 | void rb_mem_clear(register VALUE*, register long);
- | ^
- /usr/include/ruby-2.6.0/ruby/intern.h:56:45: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
- 56 | void rb_mem_clear(register VALUE*, register long);
- | ^~~~
- In file included from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:886:
- /usr/include/ruby-2.6.0/ruby/ruby.h: In function ‘void rb_array_ptr_use_end(VALUE, int)’:
- /usr/include/ruby-2.6.0/ruby/ruby.h:2186:35: warning: unused parameter ‘allow_transient’ [-Wunused-parameter]
- 2186 | rb_array_ptr_use_end(VALUE a, int allow_transient)
- | ~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE SWIG_Ruby_ExceptionType(swig_type_info*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1501:41: warning: unused parameter ‘desc’ [-Wunused-parameter]
- 1501 | SWIG_Ruby_ExceptionType(swig_type_info *desc, VALUE obj) {
- | ~~~~~~~~~~~~~~~~^~~~
- ignition/ign-math/src/DiffDriveOdometry.cc: In member function ‘void ignition::math::v6::DiffDriveOdometry::Init(const time_point&)’:
- ignition/ign-math/src/DiffDriveOdometry.cc:104:28: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 104 | this->dataPtr->heading = 0.0;
- | ^~~
- In file included from ignition/ign-math/include/ignition/math/DiffDriveOdometry.hh:22,
- from ignition/ign-math/src/DiffDriveOdometry.cc:18:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/DiffDriveOdometry.cc:106:31: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 106 | this->dataPtr->angularVel = 0.0;
- | ^~~
- In file included from ignition/ign-math/include/ignition/math/DiffDriveOdometry.hh:22,
- from ignition/ign-math/src/DiffDriveOdometry.cc:18:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/DiffDriveOdometry.cc: In member function ‘bool ignition::math::v6::DiffDriveOdometry::Update(const ignition::math::v6::Angle&, const ignition::math::v6::Angle&, const time_point&)’:
- ignition/ign-math/src/DiffDriveOdometry.cc:162:63: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 162 | this->dataPtr->angularVel = this->dataPtr->angularMean.Mean();
- | ^
- In file included from ignition/ign-math/include/ignition/math/DiffDriveOdometry.hh:22,
- from ignition/ign-math/src/DiffDriveOdometry.cc:18:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2069:28: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2069 | _wrap_Angle_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Pi_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2078:26: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2078 | _wrap_Angle_Pi_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_HalfPi_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2087:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2087 | _wrap_Angle_HalfPi_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_TwoPi_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2096:29: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2096 | _wrap_Angle_TwoPi_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_new_Angle__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2105:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2105 | _wrap_new_Angle__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Radian(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2291:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2291 | _wrap_Angle_Radian(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Degree(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2315:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2315 | _wrap_Angle_Degree(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2339:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2339 | _wrap_Angle_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Normalized(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2375:62: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 2375 | result = ((ignition::math::Angle const *)arg1)->Normalized();
- | ^
- In file included from build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1874:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2360:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2360 | _wrap_Angle_Normalized(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle___ref__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2384:38: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2384 | _wrap_Angle___ref__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2442:98: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 2442 | result = ((ignition::math::Angle const *)arg1)->operator -((ignition::math::Angle const &)*arg2);
- | ^
- In file included from build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1874:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2485:98: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 2485 | result = ((ignition::math::Angle const *)arg1)->operator +((ignition::math::Angle const &)*arg2);
- | ^
- In file included from build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1874:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2520:98: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 2520 | result = ((ignition::math::Angle const *)arg1)->operator *((ignition::math::Angle const &)*arg2);
- | ^
- In file included from build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1874:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2555:98: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 2555 | result = ((ignition::math::Angle const *)arg1)->operator /((ignition::math::Angle const &)*arg2);
- | ^
- In file included from build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1874:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2781:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2781 | _wrap_Vector2i_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2790:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2790 | _wrap_Vector2i_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector2i__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2799:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2799 | _wrap_new_Vector2i__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:2980:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2980 | _wrap_Vector2i_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3004:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3004 | _wrap_Vector2i_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3028:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3028 | _wrap_Vector2i_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3213:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3213 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3209:11: note: shadowed declaration is here
- 3209 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3214:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3214 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3210:9: note: shadowed declaration is here
- 3210 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3228:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3228 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3224:9: note: shadowed declaration is here
- 3224 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3255:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3255 | _wrap_Vector2i___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3371:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3371 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3367:11: note: shadowed declaration is here
- 3367 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3372:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3372 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3368:9: note: shadowed declaration is here
- 3368 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3386:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3386 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3382:9: note: shadowed declaration is here
- 3382 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3488:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3488 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3484:11: note: shadowed declaration is here
- 3484 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3489:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3489 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3485:9: note: shadowed declaration is here
- 3485 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3503:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3503 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3499:9: note: shadowed declaration is here
- 3499 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3605:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3605 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3601:11: note: shadowed declaration is here
- 3601 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3606:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3606 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3602:9: note: shadowed declaration is here
- 3602 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3620:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3620 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3616:9: note: shadowed declaration is here
- 3616 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3682:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3682 | _wrap_Vector2i_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3706:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3706 | _wrap_Vector2i_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3730:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3730 | _wrap_Vector2i_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3811:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3811 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3807:9: note: shadowed declaration is here
- 3807 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3887:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3887 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3883:9: note: shadowed declaration is here
- 3883 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3953:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 3953 | _wrap_Vector2d_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3962:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 3962 | _wrap_Vector2d_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector2d__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3971:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3971 | _wrap_new_Vector2d__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4152:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4152 | _wrap_Vector2d_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4176:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4176 | _wrap_Vector2d_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4200:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4200 | _wrap_Vector2d_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4385:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 4385 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4381:11: note: shadowed declaration is here
- 4381 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4386:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4386 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4382:9: note: shadowed declaration is here
- 4382 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4400:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4400 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4396:9: note: shadowed declaration is here
- 4396 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4427:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4427 | _wrap_Vector2d___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4543:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 4543 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4539:11: note: shadowed declaration is here
- 4539 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4544:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4544 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4540:9: note: shadowed declaration is here
- 4540 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4558:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4558 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4554:9: note: shadowed declaration is here
- 4554 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4660:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 4660 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4656:11: note: shadowed declaration is here
- 4656 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4661:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4661 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4657:9: note: shadowed declaration is here
- 4657 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4675:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4675 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4671:9: note: shadowed declaration is here
- 4671 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4777:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 4777 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4773:11: note: shadowed declaration is here
- 4773 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4778:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4778 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4774:9: note: shadowed declaration is here
- 4774 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4792:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4792 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4788:9: note: shadowed declaration is here
- 4788 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4854:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4854 | _wrap_Vector2d_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4878:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4878 | _wrap_Vector2d_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4902:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4902 | _wrap_Vector2d_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4983:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4983 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4979:9: note: shadowed declaration is here
- 4979 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5059:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5059 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5055:9: note: shadowed declaration is here
- 5055 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5125:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 5125 | _wrap_Vector2f_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5134:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 5134 | _wrap_Vector2f_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector2f__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5143:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5143 | _wrap_new_Vector2f__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5324:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5324 | _wrap_Vector2f_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5348:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5348 | _wrap_Vector2f_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5372:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5372 | _wrap_Vector2f_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5557:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 5557 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5553:11: note: shadowed declaration is here
- 5553 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5558:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5558 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5554:9: note: shadowed declaration is here
- 5554 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5572:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5572 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5568:9: note: shadowed declaration is here
- 5568 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5599:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5599 | _wrap_Vector2f___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5715:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 5715 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5711:11: note: shadowed declaration is here
- 5711 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5716:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5716 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5712:9: note: shadowed declaration is here
- 5712 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5730:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5730 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5726:9: note: shadowed declaration is here
- 5726 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5832:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 5832 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5828:11: note: shadowed declaration is here
- 5828 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5833:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5833 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5829:9: note: shadowed declaration is here
- 5829 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5847:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5847 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5843:9: note: shadowed declaration is here
- 5843 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5949:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 5949 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5945:11: note: shadowed declaration is here
- 5945 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5950:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5950 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5946:9: note: shadowed declaration is here
- 5946 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5964:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5964 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5960:9: note: shadowed declaration is here
- 5960 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6026:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6026 | _wrap_Vector2f_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6050:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6050 | _wrap_Vector2f_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6074:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6074 | _wrap_Vector2f_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6155:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6155 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6151:9: note: shadowed declaration is here
- 6151 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6231:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6231 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6227:9: note: shadowed declaration is here
- 6227 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6297:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 6297 | _wrap_Vector3i_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6306:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 6306 | _wrap_Vector3i_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_UnitX_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6315:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 6315 | _wrap_Vector3i_UnitX_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_UnitY_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6324:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 6324 | _wrap_Vector3i_UnitY_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_UnitZ_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6333:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 6333 | _wrap_Vector3i_UnitZ_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector3i__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6342:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6342 | _wrap_new_Vector3i__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Sum(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6504:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6504 | _wrap_Vector3i_Sum(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Distance(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6627:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 6627 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6623:11: note: shadowed declaration is here
- 6623 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6628:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6628 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6624:9: note: shadowed declaration is here
- 6624 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6642:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6642 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6638:9: note: shadowed declaration is here
- 6638 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6647:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6647 | int res = SWIG_AsVal_int(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6638:9: note: shadowed declaration is here
- 6638 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6652:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6652 | int res = SWIG_AsVal_int(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6638:9: note: shadowed declaration is here
- 6638 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6673:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6673 | _wrap_Vector3i_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6697:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6697 | _wrap_Vector3i_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6721:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6721 | _wrap_Vector3i_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Normalized(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6745:44: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6745 | _wrap_Vector3i_Normalized(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Round__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6769:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6769 | _wrap_Vector3i_Round__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Rounded(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6793:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6793 | _wrap_Vector3i_Rounded(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Set__SWIG_3(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6928:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6928 | _wrap_Vector3i_Set__SWIG_3(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Set(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6975:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6975 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6971:9: note: shadowed declaration is here
- 6971 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6990:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6990 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6986:9: note: shadowed declaration is here
- 6986 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6995:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6995 | int res = SWIG_AsVal_int(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:6986:9: note: shadowed declaration is here
- 6986 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7011:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7011 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7007:9: note: shadowed declaration is here
- 7007 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7016:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7016 | int res = SWIG_AsVal_int(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7007:9: note: shadowed declaration is here
- 7007 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7021:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7021 | int res = SWIG_AsVal_int(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7007:9: note: shadowed declaration is here
- 7007 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Abs(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7149:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7149 | _wrap_Vector3i_Abs(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Perpendicular(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7173:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7173 | _wrap_Vector3i_Perpendicular(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Normal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7197:52: warning: unused parameter ‘self’ [-Wunused-parameter]
- 7197 | _wrap_Vector3i_Normal(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Max__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7356:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7356 | _wrap_Vector3i_Max__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Max(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7405:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 7405 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7401:11: note: shadowed declaration is here
- 7401 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7406:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7406 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7402:9: note: shadowed declaration is here
- 7402 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Min__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7424:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7424 | _wrap_Vector3i_Min__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Min(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7473:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 7473 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7469:11: note: shadowed declaration is here
- 7469 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7474:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7474 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7470:9: note: shadowed declaration is here
- 7470 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7584:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 7584 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7580:11: note: shadowed declaration is here
- 7580 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7585:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7585 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7581:9: note: shadowed declaration is here
- 7581 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7599:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7599 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7595:9: note: shadowed declaration is here
- 7595 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7626:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7626 | _wrap_Vector3i___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7742:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 7742 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7738:11: note: shadowed declaration is here
- 7738 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7743:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7743 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7739:9: note: shadowed declaration is here
- 7739 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7757:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7757 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7753:9: note: shadowed declaration is here
- 7753 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7859:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 7859 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7855:11: note: shadowed declaration is here
- 7855 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7860:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7860 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7856:9: note: shadowed declaration is here
- 7856 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7874:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7874 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7870:9: note: shadowed declaration is here
- 7870 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7976:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 7976 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7972:11: note: shadowed declaration is here
- 7972 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7977:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7977 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7973:9: note: shadowed declaration is here
- 7973 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7991:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7991 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7987:9: note: shadowed declaration is here
- 7987 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8098:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8098 | _wrap_Vector3i_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Correct(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8122:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8122 | _wrap_Vector3i_Correct(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Round(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8198:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8198 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8194:9: note: shadowed declaration is here
- 8194 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Equal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8268:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 8268 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8264:11: note: shadowed declaration is here
- 8264 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8269:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8269 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8265:9: note: shadowed declaration is here
- 8265 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8282:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 8282 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8278:11: note: shadowed declaration is here
- 8278 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8283:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8283 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8279:9: note: shadowed declaration is here
- 8279 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8287:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8287 | int res = SWIG_AsVal_int(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8283:11: note: shadowed declaration is here
- 8283 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8307:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8307 | _wrap_Vector3i_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8331:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8331 | _wrap_Vector3i_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Z__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8355:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8355 | _wrap_Vector3i_Z__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8436:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8436 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8432:9: note: shadowed declaration is here
- 8432 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8512:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8512 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8508:9: note: shadowed declaration is here
- 8508 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Z(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8588:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8588 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8584:9: note: shadowed declaration is here
- 8584 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8652:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 8652 | _wrap_Vector3d_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8661:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 8661 | _wrap_Vector3d_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_UnitX_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8670:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 8670 | _wrap_Vector3d_UnitX_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_UnitY_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8679:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 8679 | _wrap_Vector3d_UnitY_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_UnitZ_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8688:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 8688 | _wrap_Vector3d_UnitZ_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector3d__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8697:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8697 | _wrap_new_Vector3d__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Sum(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8859:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8859 | _wrap_Vector3d_Sum(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Distance(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8982:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 8982 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8978:11: note: shadowed declaration is here
- 8978 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8983:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8983 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8979:9: note: shadowed declaration is here
- 8979 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8997:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8997 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8993:9: note: shadowed declaration is here
- 8993 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9002:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9002 | int res = SWIG_AsVal_double(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8993:9: note: shadowed declaration is here
- 8993 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9007:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9007 | int res = SWIG_AsVal_double(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:8993:9: note: shadowed declaration is here
- 8993 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9028:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9028 | _wrap_Vector3d_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9052:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9052 | _wrap_Vector3d_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9076:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9076 | _wrap_Vector3d_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Normalized(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9100:44: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9100 | _wrap_Vector3d_Normalized(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Round__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9124:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9124 | _wrap_Vector3d_Round__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Rounded(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9148:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9148 | _wrap_Vector3d_Rounded(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Set__SWIG_3(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9283:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9283 | _wrap_Vector3d_Set__SWIG_3(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Set(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9330:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9330 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9326:9: note: shadowed declaration is here
- 9326 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9345:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9345 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9341:9: note: shadowed declaration is here
- 9341 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9350:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9350 | int res = SWIG_AsVal_double(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9341:9: note: shadowed declaration is here
- 9341 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9366:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9366 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9362:9: note: shadowed declaration is here
- 9362 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9371:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9371 | int res = SWIG_AsVal_double(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9362:9: note: shadowed declaration is here
- 9362 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9376:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9376 | int res = SWIG_AsVal_double(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9362:9: note: shadowed declaration is here
- 9362 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Abs(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9504:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9504 | _wrap_Vector3d_Abs(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Perpendicular(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9528:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9528 | _wrap_Vector3d_Perpendicular(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Normal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9552:52: warning: unused parameter ‘self’ [-Wunused-parameter]
- 9552 | _wrap_Vector3d_Normal(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Max__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9711:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9711 | _wrap_Vector3d_Max__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Max(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9760:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 9760 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9756:11: note: shadowed declaration is here
- 9756 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9761:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9761 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9757:9: note: shadowed declaration is here
- 9757 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Min__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9779:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9779 | _wrap_Vector3d_Min__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Min(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9828:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 9828 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9824:11: note: shadowed declaration is here
- 9824 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9829:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9829 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9825:9: note: shadowed declaration is here
- 9825 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9939:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 9939 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9935:11: note: shadowed declaration is here
- 9935 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9940:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9940 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9936:9: note: shadowed declaration is here
- 9936 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9954:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9954 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9950:9: note: shadowed declaration is here
- 9950 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9981:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 9981 | _wrap_Vector3d___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10097:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 10097 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10093:11: note: shadowed declaration is here
- 10093 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10098:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10098 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10094:9: note: shadowed declaration is here
- 10094 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10112:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10112 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10108:9: note: shadowed declaration is here
- 10108 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10214:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 10214 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10210:11: note: shadowed declaration is here
- 10210 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10215:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10215 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10211:9: note: shadowed declaration is here
- 10211 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10229:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10229 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10225:9: note: shadowed declaration is here
- 10225 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10331:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 10331 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10327:11: note: shadowed declaration is here
- 10327 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10332:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10332 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10328:9: note: shadowed declaration is here
- 10328 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10346:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10346 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10342:9: note: shadowed declaration is here
- 10342 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10453:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 10453 | _wrap_Vector3d_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Correct(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10477:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 10477 | _wrap_Vector3d_Correct(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Round(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10553:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10553 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10549:9: note: shadowed declaration is here
- 10549 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Equal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10623:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 10623 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10619:11: note: shadowed declaration is here
- 10619 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10624:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10624 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10620:9: note: shadowed declaration is here
- 10620 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10637:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 10637 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10633:11: note: shadowed declaration is here
- 10633 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10638:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10638 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10634:9: note: shadowed declaration is here
- 10634 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10642:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10642 | int res = SWIG_AsVal_double(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10638:11: note: shadowed declaration is here
- 10638 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10662:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 10662 | _wrap_Vector3d_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10686:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 10686 | _wrap_Vector3d_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Z__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10710:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 10710 | _wrap_Vector3d_Z__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10791:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10791 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10787:9: note: shadowed declaration is here
- 10787 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10867:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10867 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10863:9: note: shadowed declaration is here
- 10863 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Z(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10943:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 10943 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10939:9: note: shadowed declaration is here
- 10939 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11007:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 11007 | _wrap_Vector3f_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11016:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 11016 | _wrap_Vector3f_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_UnitX_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11025:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 11025 | _wrap_Vector3f_UnitX_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_UnitY_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11034:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 11034 | _wrap_Vector3f_UnitY_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_UnitZ_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11043:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 11043 | _wrap_Vector3f_UnitZ_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector3f__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11052:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 11052 | _wrap_new_Vector3f__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Sum(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11214:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 11214 | _wrap_Vector3f_Sum(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Distance(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11337:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 11337 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11333:11: note: shadowed declaration is here
- 11333 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11338:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 11338 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11334:9: note: shadowed declaration is here
- 11334 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11352:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 11352 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11348:9: note: shadowed declaration is here
- 11348 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11357:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 11357 | int res = SWIG_AsVal_float(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11348:9: note: shadowed declaration is here
- 11348 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11362:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 11362 | int res = SWIG_AsVal_float(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11348:9: note: shadowed declaration is here
- 11348 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11383:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 11383 | _wrap_Vector3f_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11407:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 11407 | _wrap_Vector3f_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11431:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 11431 | _wrap_Vector3f_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Normalized(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11455:44: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 11455 | _wrap_Vector3f_Normalized(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Round__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11479:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 11479 | _wrap_Vector3f_Round__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Rounded(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11503:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 11503 | _wrap_Vector3f_Rounded(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Set__SWIG_3(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11638:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 11638 | _wrap_Vector3f_Set__SWIG_3(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Set(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11685:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 11685 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11681:9: note: shadowed declaration is here
- 11681 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11700:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 11700 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11696:9: note: shadowed declaration is here
- 11696 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11705:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 11705 | int res = SWIG_AsVal_float(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11696:9: note: shadowed declaration is here
- 11696 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11721:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 11721 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11717:9: note: shadowed declaration is here
- 11717 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11726:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 11726 | int res = SWIG_AsVal_float(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11717:9: note: shadowed declaration is here
- 11717 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11731:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 11731 | int res = SWIG_AsVal_float(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11717:9: note: shadowed declaration is here
- 11717 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Abs(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11859:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 11859 | _wrap_Vector3f_Abs(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Perpendicular(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11883:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 11883 | _wrap_Vector3f_Perpendicular(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Normal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:11907:52: warning: unused parameter ‘self’ [-Wunused-parameter]
- 11907 | _wrap_Vector3f_Normal(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Max__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12066:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 12066 | _wrap_Vector3f_Max__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Max(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12115:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 12115 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12111:11: note: shadowed declaration is here
- 12111 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12116:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12116 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12112:9: note: shadowed declaration is here
- 12112 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Min__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12134:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 12134 | _wrap_Vector3f_Min__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Min(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12183:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 12183 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12179:11: note: shadowed declaration is here
- 12179 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12184:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12184 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12180:9: note: shadowed declaration is here
- 12180 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12294:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 12294 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12290:11: note: shadowed declaration is here
- 12290 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12295:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12295 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12291:9: note: shadowed declaration is here
- 12291 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12309:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12309 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12305:9: note: shadowed declaration is here
- 12305 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12336:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 12336 | _wrap_Vector3f___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12452:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 12452 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12448:11: note: shadowed declaration is here
- 12448 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12453:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12453 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12449:9: note: shadowed declaration is here
- 12449 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12467:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12467 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12463:9: note: shadowed declaration is here
- 12463 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12569:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 12569 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12565:11: note: shadowed declaration is here
- 12565 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12570:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12570 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12566:9: note: shadowed declaration is here
- 12566 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12584:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12584 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12580:9: note: shadowed declaration is here
- 12580 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12686:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 12686 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12682:11: note: shadowed declaration is here
- 12682 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12687:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12687 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12683:9: note: shadowed declaration is here
- 12683 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12701:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12701 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12697:9: note: shadowed declaration is here
- 12697 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12808:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 12808 | _wrap_Vector3f_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Correct(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12832:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 12832 | _wrap_Vector3f_Correct(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Round(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12908:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12908 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12904:9: note: shadowed declaration is here
- 12904 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Equal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12978:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 12978 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12974:11: note: shadowed declaration is here
- 12974 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12979:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12979 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12975:9: note: shadowed declaration is here
- 12975 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12992:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 12992 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12988:11: note: shadowed declaration is here
- 12988 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12993:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12993 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12989:9: note: shadowed declaration is here
- 12989 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12997:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 12997 | int res = SWIG_AsVal_float(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12993:11: note: shadowed declaration is here
- 12993 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:13017:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 13017 | _wrap_Vector3f_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:13041:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 13041 | _wrap_Vector3f_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Z__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:13065:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 13065 | _wrap_Vector3f_Z__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:13146:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 13146 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:13142:9: note: shadowed declaration is here
- 13142 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:13222:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 13222 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:13218:9: note: shadowed declaration is here
- 13218 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Z(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:13298:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 13298 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:13294:9: note: shadowed declaration is here
- 13294 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- warning: Tag 'PERL_PATH' at line 2117 of file 'build/ignition_math/api.dox' has become obsolete.
- To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
- warning: Tag 'MSCGEN_PATH' at line 2139 of file 'build/ignition_math/api.dox' has become obsolete.
- To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
- ignition/ign-math/src/Frustum.cc: In member function ‘void ignition::math::v6::Frustum::SetFOV(const ignition::math::v6::Angle&)’:
- ignition/ign-math/src/Frustum.cc:201:24: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 201 | this->dataPtr->fov = _angle;
- | ^~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/MassMatrix3.hh:28,
- from ignition/ign-math/include/ignition/math/AxisAlignedBox.hh:25,
- from ignition/ign-math/src/Frustum.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/Frustum.cc: In member function ‘ignition::math::v6::Frustum& ignition::math::v6::Frustum::operator=(const ignition::math::v6::Frustum&)’:
- ignition/ign-math/src/Frustum.cc:343:36: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 343 | this->dataPtr->fov = _f.dataPtr->fov;
- | ^~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/MassMatrix3.hh:28,
- from ignition/ign-math/include/ignition/math/AxisAlignedBox.hh:25,
- from ignition/ign-math/src/Frustum.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1969:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1969 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7961:9: note: ‘argv[1]’ was declared here
- 7961 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1969:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1969 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7844:9: note: ‘argv[1]’ was declared here
- 7844 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1969:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1969 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7727:9: note: ‘argv[1]’ was declared here
- 7727 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1969:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1969 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:7569:9: note: ‘argv[1]’ was declared here
- 7569 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1969:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1969 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3590:9: note: ‘argv[1]’ was declared here
- 3590 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1969:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1969 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3473:9: note: ‘argv[1]’ was declared here
- 3473 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1969:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1969 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3356:9: note: ‘argv[1]’ was declared here
- 3356 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:1969:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1969 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:3198:9: note: ‘argv[1]’ was declared here
- 3198 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12701:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 12701 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12584:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 12584 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- ignition/ign-math/src/SphericalCoordinates.cc: In constructor ‘ignition::math::v6::SphericalCoordinates::SphericalCoordinates(ignition::math::v6::SphericalCoordinates::SurfaceType, const ignition::math::v6::Angle&, const ignition::math::v6::Angle&, double, const ignition::math::v6::Angle&)’:
- ignition/ign-math/src/SphericalCoordinates.cc:130:38: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 130 | this->dataPtr->latitudeReference = _latitude;
- | ^~~~~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/Matrix3.hh:25,
- from ignition/ign-math/src/SphericalCoordinates.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/SphericalCoordinates.cc:131:39: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 131 | this->dataPtr->longitudeReference = _longitude;
- | ^~~~~~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/Matrix3.hh:25,
- from ignition/ign-math/src/SphericalCoordinates.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/SphericalCoordinates.cc:133:34: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 133 | this->dataPtr->headingOffset = _heading;
- | ^~~~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/Matrix3.hh:25,
- from ignition/ign-math/src/SphericalCoordinates.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/SphericalCoordinates.cc: In member function ‘void ignition::math::v6::SphericalCoordinates::SetLatitudeReference(const ignition::math::v6::Angle&)’:
- ignition/ign-math/src/SphericalCoordinates.cc:225:38: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 225 | this->dataPtr->latitudeReference = _angle;
- | ^~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/Matrix3.hh:25,
- from ignition/ign-math/src/SphericalCoordinates.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/SphericalCoordinates.cc: In member function ‘void ignition::math::v6::SphericalCoordinates::SetLongitudeReference(const ignition::math::v6::Angle&)’:
- ignition/ign-math/src/SphericalCoordinates.cc:233:39: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 233 | this->dataPtr->longitudeReference = _angle;
- | ^~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/Matrix3.hh:25,
- from ignition/ign-math/src/SphericalCoordinates.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12467:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 12467 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:12309:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 12309 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5964:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 5964 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5847:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 5847 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5730:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 5730 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:5572:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 5572 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10346:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 10346 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10229:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 10229 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:10112:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 10112 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:9954:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 9954 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4792:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 4792 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4675:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 4675 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4558:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 4558 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/rubyRUBY_wrap.cxx:4400:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 4400 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1809:54: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
- 1809 | VALUE num = rb_funcall( proc, swig_arity_id, 0 );
- | ^
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:1812:54: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
- 1812 | VALUE num = rb_funcall( proc, swig_arity_id, 0 );
- | ^
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:1812:54: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
- 1812 | VALUE num = rb_funcall( proc, swig_arity_id, 0 );
- | ^
- In file included from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:880:
- /usr/include/ruby-2.6.0/ruby/ruby.h:1794:31: warning: ‘void rb_global_variable(VALUE*)’ hides constructor for ‘struct rb_global_variable’ [-Wshadow]
- 1794 | void rb_global_variable(VALUE*);
- | ^
- In file included from /usr/include/ruby-2.6.0/ruby/ruby.h:2111,
- from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:880:
- /usr/include/ruby-2.6.0/ruby/intern.h:56:33: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
- 56 | void rb_mem_clear(register VALUE*, register long);
- | ^
- /usr/include/ruby-2.6.0/ruby/intern.h:56:45: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
- 56 | void rb_mem_clear(register VALUE*, register long);
- | ^~~~
- In file included from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:880:
- /usr/include/ruby-2.6.0/ruby/ruby.h: In function ‘void rb_array_ptr_use_end(VALUE, int)’:
- /usr/include/ruby-2.6.0/ruby/ruby.h:2186:35: warning: unused parameter ‘allow_transient’ [-Wunused-parameter]
- 2186 | rb_array_ptr_use_end(VALUE a, int allow_transient)
- | ~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE SWIG_Ruby_ExceptionType(swig_type_info*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1495:41: warning: unused parameter ‘desc’ [-Wunused-parameter]
- 1495 | SWIG_Ruby_ExceptionType(swig_type_info *desc, VALUE obj) {
- | ~~~~~~~~~~~~~~~~^~~~
- In file included from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:883:
- /usr/include/ruby-2.6.0/ruby/ruby.h:1794:31: warning: ‘void rb_global_variable(VALUE*)’ hides constructor for ‘struct rb_global_variable’ [-Wshadow]
- 1794 | void rb_global_variable(VALUE*);
- | ^
- In file included from /usr/include/ruby-2.6.0/ruby/ruby.h:2111,
- from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:883:
- /usr/include/ruby-2.6.0/ruby/intern.h:56:33: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
- 56 | void rb_mem_clear(register VALUE*, register long);
- | ^
- /usr/include/ruby-2.6.0/ruby/intern.h:56:45: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
- 56 | void rb_mem_clear(register VALUE*, register long);
- | ^~~~
- In file included from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:883:
- /usr/include/ruby-2.6.0/ruby/ruby.h: In function ‘void rb_array_ptr_use_end(VALUE, int)’:
- /usr/include/ruby-2.6.0/ruby/ruby.h:2186:35: warning: unused parameter ‘allow_transient’ [-Wunused-parameter]
- 2186 | rb_array_ptr_use_end(VALUE a, int allow_transient)
- | ~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE SWIG_Ruby_ExceptionType(swig_type_info*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:1498:41: warning: unused parameter ‘desc’ [-Wunused-parameter]
- 1498 | SWIG_Ruby_ExceptionType(swig_type_info *desc, VALUE obj) {
- | ~~~~~~~~~~~~~~~~^~~~
- In file included from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:883:
- /usr/include/ruby-2.6.0/ruby/ruby.h:1794:31: warning: ‘void rb_global_variable(VALUE*)’ hides constructor for ‘struct rb_global_variable’ [-Wshadow]
- 1794 | void rb_global_variable(VALUE*);
- | ^
- In file included from /usr/include/ruby-2.6.0/ruby/ruby.h:2111,
- from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:883:
- /usr/include/ruby-2.6.0/ruby/intern.h:56:33: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
- 56 | void rb_mem_clear(register VALUE*, register long);
- | ^
- /usr/include/ruby-2.6.0/ruby/intern.h:56:45: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
- 56 | void rb_mem_clear(register VALUE*, register long);
- | ^~~~
- In file included from /usr/include/ruby-2.6.0/ruby.h:33,
- from build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:883:
- /usr/include/ruby-2.6.0/ruby/ruby.h: In function ‘void rb_array_ptr_use_end(VALUE, int)’:
- /usr/include/ruby-2.6.0/ruby/ruby.h:2186:35: warning: unused parameter ‘allow_transient’ [-Wunused-parameter]
- 2186 | rb_array_ptr_use_end(VALUE a, int allow_transient)
- | ~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE SWIG_Ruby_ExceptionType(swig_type_info*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:1498:41: warning: unused parameter ‘desc’ [-Wunused-parameter]
- 1498 | SWIG_Ruby_ExceptionType(swig_type_info *desc, VALUE obj) {
- | ~~~~~~~~~~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1913:28: warning: unused parameter ‘self’ [-Wunused-parameter]
- 1913 | _wrap_Angle_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Pi_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1922:26: warning: unused parameter ‘self’ [-Wunused-parameter]
- 1922 | _wrap_Angle_Pi_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_HalfPi_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1931:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 1931 | _wrap_Angle_HalfPi_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_TwoPi_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1940:29: warning: unused parameter ‘self’ [-Wunused-parameter]
- 1940 | _wrap_Angle_TwoPi_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_new_Angle__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1949:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 1949 | _wrap_new_Angle__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Radian(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:2135:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2135 | _wrap_Angle_Radian(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Degree(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:2159:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2159 | _wrap_Angle_Degree(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:2183:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2183 | _wrap_Angle_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle_Normalized(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:2219:62: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 2219 | result = ((ignition::math::Angle const *)arg1)->Normalized();
- | ^
- In file included from build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1862:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:2204:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2204 | _wrap_Angle_Normalized(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle___ref__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:2228:38: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2228 | _wrap_Angle___ref__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:2286:98: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 2286 | result = ((ignition::math::Angle const *)arg1)->operator -((ignition::math::Angle const &)*arg2);
- | ^
- In file included from build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1862:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:2329:98: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 2329 | result = ((ignition::math::Angle const *)arg1)->operator +((ignition::math::Angle const &)*arg2);
- | ^
- In file included from build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1862:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:2364:98: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 2364 | result = ((ignition::math::Angle const *)arg1)->operator *((ignition::math::Angle const &)*arg2);
- | ^
- In file included from build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1862:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx: In function ‘VALUE _wrap_Angle___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:2399:98: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 2399 | result = ((ignition::math::Angle const *)arg1)->operator /((ignition::math::Angle const &)*arg2);
- | ^
- In file included from build/ignition_math/src/CMakeFiles/math.dir/AngleRUBY_wrap.cxx:1862:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2056:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2056 | _wrap_Vector2i_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2065:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2065 | _wrap_Vector2i_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector2i__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2074:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2074 | _wrap_new_Vector2i__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2255:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2255 | _wrap_Vector2i_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2279:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2279 | _wrap_Vector2i_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2303:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2303 | _wrap_Vector2i_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2488:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 2488 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2484:11: note: shadowed declaration is here
- 2484 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2489:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2489 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2485:9: note: shadowed declaration is here
- 2485 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2503:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2503 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2499:9: note: shadowed declaration is here
- 2499 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2530:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2530 | _wrap_Vector2i___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2646:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 2646 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2642:11: note: shadowed declaration is here
- 2642 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2647:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2647 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2643:9: note: shadowed declaration is here
- 2643 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2661:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2661 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2657:9: note: shadowed declaration is here
- 2657 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2763:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 2763 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2759:11: note: shadowed declaration is here
- 2759 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2764:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2764 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2760:9: note: shadowed declaration is here
- 2760 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2778:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2778 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2774:9: note: shadowed declaration is here
- 2774 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2880:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 2880 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2876:11: note: shadowed declaration is here
- 2876 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2881:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2881 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2877:9: note: shadowed declaration is here
- 2877 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2895:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2895 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2891:9: note: shadowed declaration is here
- 2891 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2957:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2957 | _wrap_Vector2i_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2981:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2981 | _wrap_Vector2i_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3005:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3005 | _wrap_Vector2i_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3086:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3086 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3082:9: note: shadowed declaration is here
- 3082 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3162:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3162 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3158:9: note: shadowed declaration is here
- 3158 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3228:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 3228 | _wrap_Vector2d_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3237:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 3237 | _wrap_Vector2d_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector2d__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3246:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3246 | _wrap_new_Vector2d__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3427:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3427 | _wrap_Vector2d_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3451:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3451 | _wrap_Vector2d_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3475:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3475 | _wrap_Vector2d_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3660:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3660 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3656:11: note: shadowed declaration is here
- 3656 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3661:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3661 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3657:9: note: shadowed declaration is here
- 3657 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3675:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3675 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3671:9: note: shadowed declaration is here
- 3671 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3702:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3702 | _wrap_Vector2d___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3818:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3818 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3814:11: note: shadowed declaration is here
- 3814 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3819:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3819 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3815:9: note: shadowed declaration is here
- 3815 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3833:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3833 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3829:9: note: shadowed declaration is here
- 3829 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3935:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3935 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3931:11: note: shadowed declaration is here
- 3931 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3936:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3936 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3932:9: note: shadowed declaration is here
- 3932 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3950:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3950 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3946:9: note: shadowed declaration is here
- 3946 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4052:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 4052 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4048:11: note: shadowed declaration is here
- 4048 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4053:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4053 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4049:9: note: shadowed declaration is here
- 4049 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4067:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4067 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4063:9: note: shadowed declaration is here
- 4063 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4129:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4129 | _wrap_Vector2d_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4153:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4153 | _wrap_Vector2d_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4177:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4177 | _wrap_Vector2d_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4258:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4258 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4254:9: note: shadowed declaration is here
- 4254 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4334:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4334 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4330:9: note: shadowed declaration is here
- 4330 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4400:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 4400 | _wrap_Vector2f_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4409:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 4409 | _wrap_Vector2f_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector2f__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4418:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4418 | _wrap_new_Vector2f__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4599:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4599 | _wrap_Vector2f_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4623:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4623 | _wrap_Vector2f_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4647:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4647 | _wrap_Vector2f_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4832:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 4832 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4828:11: note: shadowed declaration is here
- 4828 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4833:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4833 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4829:9: note: shadowed declaration is here
- 4829 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4847:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4847 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4843:9: note: shadowed declaration is here
- 4843 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4874:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4874 | _wrap_Vector2f___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4990:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 4990 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4986:11: note: shadowed declaration is here
- 4986 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4991:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4991 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4987:9: note: shadowed declaration is here
- 4987 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5005:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5005 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5001:9: note: shadowed declaration is here
- 5001 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5107:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 5107 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5103:11: note: shadowed declaration is here
- 5103 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5108:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5108 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5104:9: note: shadowed declaration is here
- 5104 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5122:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5122 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5118:9: note: shadowed declaration is here
- 5118 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5224:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 5224 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5220:11: note: shadowed declaration is here
- 5220 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5225:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5225 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5221:9: note: shadowed declaration is here
- 5221 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5239:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5239 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5235:9: note: shadowed declaration is here
- 5235 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5301:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5301 | _wrap_Vector2f_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5325:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5325 | _wrap_Vector2f_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5349:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5349 | _wrap_Vector2f_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5430:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5430 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5426:9: note: shadowed declaration is here
- 5426 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5506:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5506 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5502:9: note: shadowed declaration is here
- 5502 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector2T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2056:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2056 | _wrap_Vector3i_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2065:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2065 | _wrap_Vector3i_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_UnitX_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2074:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2074 | _wrap_Vector3i_UnitX_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_UnitY_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2083:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2083 | _wrap_Vector3i_UnitY_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_UnitZ_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2092:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2092 | _wrap_Vector3i_UnitZ_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector3i__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2101:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2101 | _wrap_new_Vector3i__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Sum(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2263:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2263 | _wrap_Vector3i_Sum(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Distance(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2386:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 2386 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2382:11: note: shadowed declaration is here
- 2382 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2387:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2387 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2383:9: note: shadowed declaration is here
- 2383 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2401:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2401 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2397:9: note: shadowed declaration is here
- 2397 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2406:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2406 | int res = SWIG_AsVal_int(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2397:9: note: shadowed declaration is here
- 2397 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2411:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2411 | int res = SWIG_AsVal_int(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2397:9: note: shadowed declaration is here
- 2397 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2432:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2432 | _wrap_Vector3i_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2456:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2456 | _wrap_Vector3i_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2480:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2480 | _wrap_Vector3i_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Normalized(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2504:44: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2504 | _wrap_Vector3i_Normalized(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Round__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2528:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2528 | _wrap_Vector3i_Round__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Rounded(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2552:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2552 | _wrap_Vector3i_Rounded(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Set__SWIG_3(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2687:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2687 | _wrap_Vector3i_Set__SWIG_3(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Set(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2734:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2734 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2730:9: note: shadowed declaration is here
- 2730 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2749:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2749 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2745:9: note: shadowed declaration is here
- 2745 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2754:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2754 | int res = SWIG_AsVal_int(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2745:9: note: shadowed declaration is here
- 2745 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2770:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2770 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2766:9: note: shadowed declaration is here
- 2766 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2775:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2775 | int res = SWIG_AsVal_int(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2766:9: note: shadowed declaration is here
- 2766 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2780:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 2780 | int res = SWIG_AsVal_int(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2766:9: note: shadowed declaration is here
- 2766 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Abs(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2908:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2908 | _wrap_Vector3i_Abs(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Perpendicular(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2932:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 2932 | _wrap_Vector3i_Perpendicular(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Normal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:2956:52: warning: unused parameter ‘self’ [-Wunused-parameter]
- 2956 | _wrap_Vector3i_Normal(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Max__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3115:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3115 | _wrap_Vector3i_Max__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Max(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3164:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3164 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3160:11: note: shadowed declaration is here
- 3160 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3165:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3165 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3161:9: note: shadowed declaration is here
- 3161 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Min__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3183:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3183 | _wrap_Vector3i_Min__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Min(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3232:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3232 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3228:11: note: shadowed declaration is here
- 3228 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3233:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3233 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3229:9: note: shadowed declaration is here
- 3229 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3343:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3343 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3339:11: note: shadowed declaration is here
- 3339 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3344:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3344 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3340:9: note: shadowed declaration is here
- 3340 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3358:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3358 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3354:9: note: shadowed declaration is here
- 3354 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3385:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3385 | _wrap_Vector3i___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3501:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3501 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3497:11: note: shadowed declaration is here
- 3497 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3502:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3502 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3498:9: note: shadowed declaration is here
- 3498 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3516:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3516 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3512:9: note: shadowed declaration is here
- 3512 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3618:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3618 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3614:11: note: shadowed declaration is here
- 3614 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3619:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3619 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3615:9: note: shadowed declaration is here
- 3615 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3633:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3633 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3629:9: note: shadowed declaration is here
- 3629 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3735:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 3735 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3731:11: note: shadowed declaration is here
- 3731 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3736:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3736 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3732:9: note: shadowed declaration is here
- 3732 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3750:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3750 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3746:9: note: shadowed declaration is here
- 3746 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3857:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3857 | _wrap_Vector3i_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Correct(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3881:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 3881 | _wrap_Vector3i_Correct(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Round(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3957:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 3957 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3953:9: note: shadowed declaration is here
- 3953 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Equal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4027:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 4027 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4023:11: note: shadowed declaration is here
- 4023 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4028:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4028 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4024:9: note: shadowed declaration is here
- 4024 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4041:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 4041 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4037:11: note: shadowed declaration is here
- 4037 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4042:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4042 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4038:9: note: shadowed declaration is here
- 4038 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4046:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4046 | int res = SWIG_AsVal_int(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4042:11: note: shadowed declaration is here
- 4042 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4066:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4066 | _wrap_Vector3i_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4090:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4090 | _wrap_Vector3i_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Z__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4114:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4114 | _wrap_Vector3i_Z__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4195:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4195 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4191:9: note: shadowed declaration is here
- 4191 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4271:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4271 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4267:9: note: shadowed declaration is here
- 4267 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i_Z(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4347:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4347 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4343:9: note: shadowed declaration is here
- 4343 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_int_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4411:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 4411 | _wrap_Vector3d_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4420:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 4420 | _wrap_Vector3d_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_UnitX_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4429:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 4429 | _wrap_Vector3d_UnitX_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_UnitY_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4438:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 4438 | _wrap_Vector3d_UnitY_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_UnitZ_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4447:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 4447 | _wrap_Vector3d_UnitZ_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector3d__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4456:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4456 | _wrap_new_Vector3d__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Sum(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4618:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4618 | _wrap_Vector3d_Sum(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Distance(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4741:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 4741 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4737:11: note: shadowed declaration is here
- 4737 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4742:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4742 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4738:9: note: shadowed declaration is here
- 4738 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4756:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4756 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4752:9: note: shadowed declaration is here
- 4752 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4761:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4761 | int res = SWIG_AsVal_double(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4752:9: note: shadowed declaration is here
- 4752 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4766:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 4766 | int res = SWIG_AsVal_double(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4752:9: note: shadowed declaration is here
- 4752 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4787:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4787 | _wrap_Vector3d_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4811:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4811 | _wrap_Vector3d_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4835:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4835 | _wrap_Vector3d_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Normalized(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4859:44: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4859 | _wrap_Vector3d_Normalized(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Round__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4883:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4883 | _wrap_Vector3d_Round__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Rounded(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:4907:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 4907 | _wrap_Vector3d_Rounded(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Set__SWIG_3(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5042:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5042 | _wrap_Vector3d_Set__SWIG_3(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Set(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5089:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5089 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5085:9: note: shadowed declaration is here
- 5085 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5104:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5104 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5100:9: note: shadowed declaration is here
- 5100 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5109:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5109 | int res = SWIG_AsVal_double(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5100:9: note: shadowed declaration is here
- 5100 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5125:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5125 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5121:9: note: shadowed declaration is here
- 5121 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5130:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5130 | int res = SWIG_AsVal_double(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5121:9: note: shadowed declaration is here
- 5121 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5135:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5135 | int res = SWIG_AsVal_double(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5121:9: note: shadowed declaration is here
- 5121 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Abs(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5263:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5263 | _wrap_Vector3d_Abs(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Perpendicular(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5287:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5287 | _wrap_Vector3d_Perpendicular(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Normal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5311:52: warning: unused parameter ‘self’ [-Wunused-parameter]
- 5311 | _wrap_Vector3d_Normal(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Max__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5470:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5470 | _wrap_Vector3d_Max__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Max(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5519:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 5519 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5515:11: note: shadowed declaration is here
- 5515 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5520:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5520 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5516:9: note: shadowed declaration is here
- 5516 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Min__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5538:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5538 | _wrap_Vector3d_Min__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Min(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5587:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 5587 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5583:11: note: shadowed declaration is here
- 5583 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5588:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5588 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5584:9: note: shadowed declaration is here
- 5584 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5698:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 5698 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5694:11: note: shadowed declaration is here
- 5694 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5699:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5699 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5695:9: note: shadowed declaration is here
- 5695 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5713:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5713 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5709:9: note: shadowed declaration is here
- 5709 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5740:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 5740 | _wrap_Vector3d___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5856:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 5856 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5852:11: note: shadowed declaration is here
- 5852 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5857:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5857 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5853:9: note: shadowed declaration is here
- 5853 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5871:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5871 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5867:9: note: shadowed declaration is here
- 5867 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5973:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 5973 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5969:11: note: shadowed declaration is here
- 5969 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5974:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5974 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5970:9: note: shadowed declaration is here
- 5970 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5988:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 5988 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5984:9: note: shadowed declaration is here
- 5984 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6090:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 6090 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6086:11: note: shadowed declaration is here
- 6086 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6091:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6091 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6087:9: note: shadowed declaration is here
- 6087 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6105:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6105 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6101:9: note: shadowed declaration is here
- 6101 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6212:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6212 | _wrap_Vector3d_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Correct(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6236:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6236 | _wrap_Vector3d_Correct(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Round(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6312:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6312 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6308:9: note: shadowed declaration is here
- 6308 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Equal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6382:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 6382 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6378:11: note: shadowed declaration is here
- 6378 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6383:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6383 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6379:9: note: shadowed declaration is here
- 6379 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6396:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 6396 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6392:11: note: shadowed declaration is here
- 6392 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6397:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6397 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6393:9: note: shadowed declaration is here
- 6393 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6401:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6401 | int res = SWIG_AsVal_double(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6397:11: note: shadowed declaration is here
- 6397 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6421:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6421 | _wrap_Vector3d_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6445:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6445 | _wrap_Vector3d_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Z__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6469:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6469 | _wrap_Vector3d_Z__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6550:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6550 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6546:9: note: shadowed declaration is here
- 6546 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6626:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6626 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6622:9: note: shadowed declaration is here
- 6622 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d_Z(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6702:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 6702 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6698:9: note: shadowed declaration is here
- 6698 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_double_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Zero_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6766:31: warning: unused parameter ‘self’ [-Wunused-parameter]
- 6766 | _wrap_Vector3f_Zero_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_One_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6775:30: warning: unused parameter ‘self’ [-Wunused-parameter]
- 6775 | _wrap_Vector3f_One_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_UnitX_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6784:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 6784 | _wrap_Vector3f_UnitX_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_UnitY_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6793:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 6793 | _wrap_Vector3f_UnitY_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_UnitZ_get(VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6802:32: warning: unused parameter ‘self’ [-Wunused-parameter]
- 6802 | _wrap_Vector3f_UnitZ_get(VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_new_Vector3f__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6811:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6811 | _wrap_new_Vector3f__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Sum(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6973:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 6973 | _wrap_Vector3f_Sum(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Distance(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7096:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 7096 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7092:11: note: shadowed declaration is here
- 7092 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7097:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7097 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7093:9: note: shadowed declaration is here
- 7093 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7111:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7111 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7107:9: note: shadowed declaration is here
- 7107 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7116:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7116 | int res = SWIG_AsVal_float(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7107:9: note: shadowed declaration is here
- 7107 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7121:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7121 | int res = SWIG_AsVal_float(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7107:9: note: shadowed declaration is here
- 7107 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Length(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7142:40: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7142 | _wrap_Vector3f_Length(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_SquaredLength(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7166:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7166 | _wrap_Vector3f_SquaredLength(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Normalize(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7190:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7190 | _wrap_Vector3f_Normalize(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Normalized(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7214:44: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7214 | _wrap_Vector3f_Normalized(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Round__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7238:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7238 | _wrap_Vector3f_Round__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Rounded(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7262:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7262 | _wrap_Vector3f_Rounded(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Set__SWIG_3(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7397:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7397 | _wrap_Vector3f_Set__SWIG_3(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Set(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7444:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7444 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7440:9: note: shadowed declaration is here
- 7440 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7459:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7459 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7455:9: note: shadowed declaration is here
- 7455 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7464:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7464 | int res = SWIG_AsVal_float(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7455:9: note: shadowed declaration is here
- 7455 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7480:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7480 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7476:9: note: shadowed declaration is here
- 7476 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7485:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7485 | int res = SWIG_AsVal_float(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7476:9: note: shadowed declaration is here
- 7476 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7490:17: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7490 | int res = SWIG_AsVal_float(argv[3], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7476:9: note: shadowed declaration is here
- 7476 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Abs(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7618:37: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7618 | _wrap_Vector3f_Abs(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Perpendicular(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7642:47: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7642 | _wrap_Vector3f_Perpendicular(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Normal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7666:52: warning: unused parameter ‘self’ [-Wunused-parameter]
- 7666 | _wrap_Vector3f_Normal(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Max__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7825:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7825 | _wrap_Vector3f_Max__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Max(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7874:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 7874 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7870:11: note: shadowed declaration is here
- 7870 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7875:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7875 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7871:9: note: shadowed declaration is here
- 7871 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Min__SWIG_1(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7893:45: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 7893 | _wrap_Vector3f_Min__SWIG_1(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Min(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7942:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 7942 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7938:11: note: shadowed declaration is here
- 7938 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7943:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 7943 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:7939:9: note: shadowed declaration is here
- 7939 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8053:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 8053 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8049:11: note: shadowed declaration is here
- 8049 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8054:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8054 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8050:9: note: shadowed declaration is here
- 8050 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8068:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8068 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8064:9: note: shadowed declaration is here
- 8064 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___neg__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8095:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8095 | _wrap_Vector3f___neg__(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8211:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 8211 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8207:11: note: shadowed declaration is here
- 8207 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8212:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8212 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8208:9: note: shadowed declaration is here
- 8208 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8226:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8226 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8222:9: note: shadowed declaration is here
- 8222 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8328:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 8328 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8324:11: note: shadowed declaration is here
- 8324 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8329:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8329 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8325:9: note: shadowed declaration is here
- 8325 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8343:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8343 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8339:9: note: shadowed declaration is here
- 8339 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8445:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 8445 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8441:11: note: shadowed declaration is here
- 8441 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8446:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8446 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8442:9: note: shadowed declaration is here
- 8442 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8460:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8460 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8456:9: note: shadowed declaration is here
- 8456 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_IsFinite(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8567:42: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8567 | _wrap_Vector3f_IsFinite(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Correct(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8591:41: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8591 | _wrap_Vector3f_Correct(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Round(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8667:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8667 | int res = SWIG_AsVal_int(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8663:9: note: shadowed declaration is here
- 8663 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Equal(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8737:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 8737 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8733:11: note: shadowed declaration is here
- 8733 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8738:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8738 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8734:9: note: shadowed declaration is here
- 8734 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8751:13: warning: declaration of ‘vptr’ shadows a previous local [-Wshadow]
- 8751 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8747:11: note: shadowed declaration is here
- 8747 | void *vptr = 0;
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8752:11: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8752 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8748:9: note: shadowed declaration is here
- 8748 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8756:15: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8756 | int res = SWIG_AsVal_float(argv[2], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8752:11: note: shadowed declaration is here
- 8752 | int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, SWIG_POINTER_NO_NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_X__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8776:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8776 | _wrap_Vector3f_X__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Y__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8800:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8800 | _wrap_Vector3f_Y__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Z__SWIG_0(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8824:43: warning: unused parameter ‘argv’ [-Wunused-parameter]
- 8824 | _wrap_Vector3f_Z__SWIG_0(int argc, VALUE *argv, VALUE self) {
- | ~~~~~~~^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_X(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8905:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8905 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8901:9: note: shadowed declaration is here
- 8901 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Y(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8981:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 8981 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8977:9: note: shadowed declaration is here
- 8977 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f_Z(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:9057:13: warning: declaration of ‘res’ shadows a previous local [-Wshadow]
- 9057 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:9053:9: note: shadowed declaration is here
- 9053 | int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_ignition__math__Vector3T_float_t, 0);
- | ^~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:1920:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1920 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2865:9: note: ‘argv[1]’ was declared here
- 2865 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:1920:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1920 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2748:9: note: ‘argv[1]’ was declared here
- 2748 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:1920:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1920 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2631:9: note: ‘argv[1]’ was declared here
- 2631 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2i___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:1920:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1920 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:2473:9: note: ‘argv[1]’ was declared here
- 2473 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5239:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 5239 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5122:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 5122 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:5005:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 5005 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2f___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4847:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 4847 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:4067:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 4067 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3950:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 3950 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3833:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 3833 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector2d___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector2RUBY_wrap.cxx:3675:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 3675 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:1920:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1920 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3720:9: note: ‘argv[1]’ was declared here
- 3720 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:1920:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1920 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3603:9: note: ‘argv[1]’ was declared here
- 3603 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:1920:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1920 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3486:9: note: ‘argv[1]’ was declared here
- 3486 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3i___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:1920:29: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 1920 | int res = SWIG_AsVal_long (obj, &v);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:3328:9: note: ‘argv[1]’ was declared here
- 3328 | VALUE argv[3];
- | ^~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8460:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 8460 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- ignition/ign-math/src/DiffDriveOdometry.cc: In member function ‘void ignition::math::v6::DiffDriveOdometry::Init(const time_point&)’:
- ignition/ign-math/src/DiffDriveOdometry.cc:104:28: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 104 | this->dataPtr->heading = 0.0;
- | ^~~
- In file included from ignition/ign-math/include/ignition/math/DiffDriveOdometry.hh:22,
- from ignition/ign-math/src/DiffDriveOdometry.cc:18:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/DiffDriveOdometry.cc:106:31: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 106 | this->dataPtr->angularVel = 0.0;
- | ^~~
- In file included from ignition/ign-math/include/ignition/math/DiffDriveOdometry.hh:22,
- from ignition/ign-math/src/DiffDriveOdometry.cc:18:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8343:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 8343 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- ignition/ign-math/src/DiffDriveOdometry.cc: In member function ‘bool ignition::math::v6::DiffDriveOdometry::Update(const ignition::math::v6::Angle&, const ignition::math::v6::Angle&, const time_point&)’:
- ignition/ign-math/src/DiffDriveOdometry.cc:162:63: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 162 | this->dataPtr->angularVel = this->dataPtr->angularMean.Mean();
- | ^
- In file included from ignition/ign-math/include/ignition/math/DiffDriveOdometry.hh:22,
- from ignition/ign-math/src/DiffDriveOdometry.cc:18:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8226:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 8226 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3f___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:8068:35: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 8068 | int res = SWIG_AsVal_float(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- ignition/ign-math/src/Frustum.cc: In member function ‘void ignition::math::v6::Frustum::SetFOV(const ignition::math::v6::Angle&)’:
- ignition/ign-math/src/Frustum.cc:201:24: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 201 | this->dataPtr->fov = _angle;
- | ^~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/MassMatrix3.hh:28,
- from ignition/ign-math/include/ignition/math/AxisAlignedBox.hh:25,
- from ignition/ign-math/src/Frustum.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/Frustum.cc: In member function ‘ignition::math::v6::Frustum& ignition::math::v6::Frustum::operator=(const ignition::math::v6::Frustum&)’:
- ignition/ign-math/src/Frustum.cc:343:36: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 343 | this->dataPtr->fov = _f.dataPtr->fov;
- | ^~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/MassMatrix3.hh:28,
- from ignition/ign-math/include/ignition/math/AxisAlignedBox.hh:25,
- from ignition/ign-math/src/Frustum.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___mul__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:6105:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 6105 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___div__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5988:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 5988 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___sub__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5871:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 5871 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx: In function ‘VALUE _wrap_Vector3d___add__(int, VALUE*, VALUE)’:
- build/ignition_math/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:5713:36: warning: ‘argv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- 5713 | int res = SWIG_AsVal_double(argv[1], NULL);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- ignition/ign-math/src/SphericalCoordinates.cc: In constructor ‘ignition::math::v6::SphericalCoordinates::SphericalCoordinates(ignition::math::v6::SphericalCoordinates::SurfaceType, const ignition::math::v6::Angle&, const ignition::math::v6::Angle&, double, const ignition::math::v6::Angle&)’:
- ignition/ign-math/src/SphericalCoordinates.cc:130:38: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 130 | this->dataPtr->latitudeReference = _latitude;
- | ^~~~~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/Matrix3.hh:25,
- from ignition/ign-math/src/SphericalCoordinates.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/SphericalCoordinates.cc:131:39: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 131 | this->dataPtr->longitudeReference = _longitude;
- | ^~~~~~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/Matrix3.hh:25,
- from ignition/ign-math/src/SphericalCoordinates.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/SphericalCoordinates.cc:133:34: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 133 | this->dataPtr->headingOffset = _heading;
- | ^~~~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/Matrix3.hh:25,
- from ignition/ign-math/src/SphericalCoordinates.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/SphericalCoordinates.cc: In member function ‘void ignition::math::v6::SphericalCoordinates::SetLatitudeReference(const ignition::math::v6::Angle&)’:
- ignition/ign-math/src/SphericalCoordinates.cc:225:38: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 225 | this->dataPtr->latitudeReference = _angle;
- | ^~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/Matrix3.hh:25,
- from ignition/ign-math/src/SphericalCoordinates.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/SphericalCoordinates.cc: In member function ‘void ignition::math::v6::SphericalCoordinates::SetLongitudeReference(const ignition::math::v6::Angle&)’:
- ignition/ign-math/src/SphericalCoordinates.cc:233:39: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 233 | this->dataPtr->longitudeReference = _angle;
- | ^~~~~~
- In file included from ignition/ign-math/include/ignition/math/Quaternion.hh:21,
- from ignition/ign-math/include/ignition/math/Matrix3.hh:25,
- from ignition/ign-math/src/SphericalCoordinates.cc:19:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/Angle_TEST.cc: In member function ‘virtual void AngleTest_Angle_Test::TestBody()’:
- ignition/ign-math/src/Angle_TEST.cc:44:46: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 44 | angle1 = math::Angle(0.1) - math::Angle(0.3);
- | ^
- In file included from ignition/ign-math/src/Angle_TEST.cc:23:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/Angle_TEST.cc:61:45: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 61 | angle = math::Angle(0.1) + math::Angle(0.2);
- | ^
- In file included from ignition/ign-math/src/Angle_TEST.cc:23:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/Angle_TEST.cc:64:45: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 64 | angle = math::Angle(0.1) * math::Angle(0.2);
- | ^
- In file included from ignition/ign-math/src/Angle_TEST.cc:23:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/Angle_TEST.cc:67:45: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 67 | angle = math::Angle(0.1) / math::Angle(0.2);
- | ^
- In file included from ignition/ign-math/src/Angle_TEST.cc:23:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/Angle_TEST.cc:88:11: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 88 | angle = 1.2;
- | ^~~
- In file included from ignition/ign-math/src/Angle_TEST.cc:23:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/Angle_TEST.cc:91:26: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 91 | angle = math::Angle(1.2);
- | ^
- In file included from ignition/ign-math/src/Angle_TEST.cc:23:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/Angle_TEST.cc:100:11: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 100 | angle = 1.2;
- | ^~~
- In file included from ignition/ign-math/src/Angle_TEST.cc:23:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- ignition/ign-math/src/Angle_TEST.cc:103:26: warning: implicitly-declared ‘constexpr ignition::math::v6::Angle& ignition::math::v6::Angle::operator=(const ignition::math::v6::Angle&)’ is deprecated [-Wdeprecated-copy]
- 103 | angle = math::Angle(1.2);
- | ^
- In file included from ignition/ign-math/src/Angle_TEST.cc:23:
- ignition/ign-math/include/ignition/math/Angle.hh:98:15: note: because ‘ignition::math::v6::Angle’ has user-provided ‘ignition::math::v6::Angle::Angle(const ignition::math::v6::Angle&)’
- 98 | public: Angle(const Angle &_angle);
- | ^~~~~
- In file included from ignition/ign-math/src/graph/Graph_TEST.cc:21:
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::VertexRef_M<V> ignition::math::v6::graph::Graph<V, E, EdgeType>::Vertices() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::VertexRef_M<V> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> > > > >]’:
- ignition/ign-math/src/graph/Graph_TEST.cc:126:36: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 187 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::Edges() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> > > > >]’:
- ignition/ign-math/src/graph/Graph_TEST.cc:136:30: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 274 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::VertexRef_M<V> ignition::math::v6::graph::Graph<V, E, EdgeType>::Vertices() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::VertexRef_M<V> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> > > > >]’:
- ignition/ign-math/src/graph/Graph_TEST.cc:155:10: required from ‘void GraphTestFixture_BadUniformInitialization_Test<gtest_TypeParam_>::TestBody() [with gtest_TypeParam_ = ignition::math::v6::graph::Graph<int, double, ignition::math::v6::graph::DirectedEdge<double> >]’
- ignition/ign-math/src/graph/Graph_TEST.cc:142:1: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 187 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::Edges() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> > > > >]’:
- ignition/ign-math/src/graph/Graph_TEST.cc:179:10: required from ‘void GraphTestFixture_BadUniformInitialization_Test<gtest_TypeParam_>::TestBody() [with gtest_TypeParam_ = ignition::math::v6::graph::Graph<int, double, ignition::math::v6::graph::DirectedEdge<double> >]’
- ignition/ign-math/src/graph/Graph_TEST.cc:142:1: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 274 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::VertexRef_M<V> ignition::math::v6::graph::Graph<V, E, EdgeType>::Vertices(const string&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::VertexRef_M<V> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> > > > >; std::string = std::__cxx11::basic_string<char>]’:
- ignition/ign-math/src/graph/Graph_TEST.cc:279:8: required from ‘void GraphTestFixture_VerticesNames_Test<gtest_TypeParam_>::TestBody() [with gtest_TypeParam_ = ignition::math::v6::graph::Graph<int, double, ignition::math::v6::graph::UndirectedEdge<double> >]’
- ignition/ign-math/src/graph/Graph_TEST.cc:270:1: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:202:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 202 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:202:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::VertexRef_M<V> ignition::math::v6::graph::Graph<V, E, EdgeType>::Vertices(const string&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::VertexRef_M<V> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> > > > >; std::string = std::__cxx11::basic_string<char>]’:
- ignition/ign-math/src/graph/Graph_TEST.cc:279:8: required from ‘void GraphTestFixture_VerticesNames_Test<gtest_TypeParam_>::TestBody() [with gtest_TypeParam_ = ignition::math::v6::graph::Graph<int, double, ignition::math::v6::graph::DirectedEdge<double> >]’
- ignition/ign-math/src/graph/Graph_TEST.cc:270:1: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:202:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- ignition/ign-math/include/ignition/math/graph/Graph.hh:202:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::IncidentsTo(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> > > > >; ignition::math::v6::graph::VertexId = long unsigned int]’:
- ignition/ign-math/include/ignition/math/graph/Graph.hh:394:41: required from ‘size_t ignition::math::v6::graph::Graph<V, E, EdgeType>::InDegree(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; size_t = long unsigned int; ignition::math::v6::graph::VertexId = long unsigned int]’
- ignition/ign-math/src/graph/Graph_TEST.cc:438:5: required from ‘void GraphTestFixture_EdgelessInDegree_Test<gtest_TypeParam_>::TestBody() [with gtest_TypeParam_ = ignition::math::v6::graph::Graph<int, double, ignition::math::v6::graph::UndirectedEdge<double> >]’
- ignition/ign-math/src/graph/Graph_TEST.cc:424:1: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:479:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 479 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:479:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::IncidentsFrom(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> > > > >; ignition::math::v6::graph::VertexId = long unsigned int]’:
- ignition/ign-math/include/ignition/math/graph/Graph.hh:410:43: required from ‘size_t ignition::math::v6::graph::Graph<V, E, EdgeType>::OutDegree(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; size_t = long unsigned int; ignition::math::v6::graph::VertexId = long unsigned int]’
- ignition/ign-math/src/graph/Graph_TEST.cc:457:5: required from ‘void GraphTestFixture_EdgelessOutDegree_Test<gtest_TypeParam_>::TestBody() [with gtest_TypeParam_ = ignition::math::v6::graph::Graph<int, double, ignition::math::v6::graph::DirectedEdge<double> >]’
- ignition/ign-math/src/graph/Graph_TEST.cc:443:1: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 443 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::IncidentsTo(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> > > > >; ignition::math::v6::graph::VertexId = long unsigned int]’:
- ignition/ign-math/include/ignition/math/graph/Graph.hh:394:41: required from ‘size_t ignition::math::v6::graph::Graph<V, E, EdgeType>::InDegree(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; size_t = long unsigned int; ignition::math::v6::graph::VertexId = long unsigned int]’
- ignition/ign-math/src/graph/Graph_TEST.cc:438:5: required from ‘void GraphTestFixture_EdgelessInDegree_Test<gtest_TypeParam_>::TestBody() [with gtest_TypeParam_ = ignition::math::v6::graph::Graph<int, double, ignition::math::v6::graph::DirectedEdge<double> >]’
- ignition/ign-math/src/graph/Graph_TEST.cc:424:1: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:479:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 479 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:479:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::IncidentsFrom(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> > > > >; ignition::math::v6::graph::VertexId = long unsigned int]’:
- ignition/ign-math/include/ignition/math/graph/Graph.hh:410:43: required from ‘size_t ignition::math::v6::graph::Graph<V, E, EdgeType>::OutDegree(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; size_t = long unsigned int; ignition::math::v6::graph::VertexId = long unsigned int]’
- ignition/ign-math/src/graph/Graph_TEST.cc:457:5: required from ‘void GraphTestFixture_EdgelessOutDegree_Test<gtest_TypeParam_>::TestBody() [with gtest_TypeParam_ = ignition::math::v6::graph::Graph<int, double, ignition::math::v6::graph::UndirectedEdge<double> >]’
- ignition/ign-math/src/graph/Graph_TEST.cc:443:1: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 443 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: note: remove ‘std::move’ call
- In file included from ignition/ign-math/src/graph/GraphUndirected_TEST.cc:24:
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::Edges() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> > > > >]’:
- ignition/ign-math/src/graph/GraphUndirected_TEST.cc:40:28: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 274 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::IncidentsFrom(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> > > > >; ignition::math::v6::graph::VertexId = long unsigned int]’:
- ignition/ign-math/src/graph/GraphUndirected_TEST.cc:207:41: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 443 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::IncidentsTo(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> > > > >; ignition::math::v6::graph::VertexId = long unsigned int]’:
- ignition/ign-math/src/graph/GraphUndirected_TEST.cc:260:39: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:479:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 479 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:479:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::VertexRef_M<V> ignition::math::v6::graph::Graph<V, E, EdgeType>::Vertices() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::VertexRef_M<V> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> > > > >]’:
- ignition/ign-math/src/graph/GraphUndirected_TEST.cc:435:3: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 187 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: note: remove ‘std::move’ call
- In file included from ignition/ign-math/src/graph/GraphAlgorithms_TEST.cc:21:
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::VertexRef_M<V> ignition::math::v6::graph::Graph<V, E, EdgeType>::Vertices() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::VertexRef_M<V> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> > > > >]’:
- ignition/ign-math/src/graph/GraphAlgorithms_TEST.cc:237:38: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 187 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::VertexRef_M<V> ignition::math::v6::graph::Graph<V, E, EdgeType>::Vertices() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::VertexRef_M<V> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> > > > >]’:
- ignition/ign-math/include/ignition/math/graph/GraphAlgorithms.hh:112:5: required from ‘std::vector<long unsigned int> ignition::math::v6::graph::DepthFirstSort(const ignition::math::v6::graph::Graph<V, E, EdgeType>&, const VertexId&) [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::VertexId = long unsigned int]’
- ignition/ign-math/src/graph/GraphAlgorithms_TEST.cc:71:37: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::Edges() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> > > > >]’:
- ignition/ign-math/include/ignition/math/graph/GraphAlgorithms.hh:116:5: required from ‘std::vector<long unsigned int> ignition::math::v6::graph::DepthFirstSort(const ignition::math::v6::graph::Graph<V, E, EdgeType>&, const VertexId&) [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::VertexId = long unsigned int]’
- ignition/ign-math/src/graph/GraphAlgorithms_TEST.cc:71:37: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 274 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::Edges() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> > > > >]’:
- ignition/ign-math/include/ignition/math/graph/GraphAlgorithms.hh:116:5: required from ‘std::vector<long unsigned int> ignition::math::v6::graph::DepthFirstSort(const ignition::math::v6::graph::Graph<V, E, EdgeType>&, const VertexId&) [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::VertexId = long unsigned int]’
- ignition/ign-math/src/graph/GraphAlgorithms_TEST.cc:89:37: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::IncidentsFrom(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::UndirectedEdge<double> > > > >; ignition::math::v6::graph::VertexId = long unsigned int]’:
- ignition/ign-math/include/ignition/math/graph/GraphAlgorithms.hh:262:7: required from ‘std::map<long unsigned int, std::pair<double, long unsigned int> > ignition::math::v6::graph::Dijkstra(const ignition::math::v6::graph::Graph<V, E, EdgeType>&, const VertexId&, const VertexId&) [with V = int; E = double; EdgeType = ignition::math::v6::graph::UndirectedEdge<double>; ignition::math::v6::graph::VertexId = long unsigned int]’
- ignition/ign-math/src/graph/GraphAlgorithms_TEST.cc:120:32: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 443 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::IncidentsFrom(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> > > > >; ignition::math::v6::graph::VertexId = long unsigned int]’:
- ignition/ign-math/include/ignition/math/graph/GraphAlgorithms.hh:262:7: required from ‘std::map<long unsigned int, std::pair<double, long unsigned int> > ignition::math::v6::graph::Dijkstra(const ignition::math::v6::graph::Graph<V, E, EdgeType>&, const VertexId&, const VertexId&) [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::VertexId = long unsigned int]’
- ignition/ign-math/src/graph/GraphAlgorithms_TEST.cc:180:32: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: note: remove ‘std::move’ call
- In file included from ignition/ign-math/src/graph/GraphDirected_TEST.cc:22:
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::Edges() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> > > > >]’:
- ignition/ign-math/src/graph/GraphDirected_TEST.cc:38:28: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 274 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:274:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::IncidentsFrom(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> > > > >; ignition::math::v6::graph::VertexId = long unsigned int]’:
- ignition/ign-math/src/graph/GraphDirected_TEST.cc:190:41: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 443 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:443:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::EdgeRef_M<EdgeType> ignition::math::v6::graph::Graph<V, E, EdgeType>::IncidentsTo(const VertexId&) const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::EdgeRef_M<EdgeType> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::DirectedEdge<double> > > > >; ignition::math::v6::graph::VertexId = long unsigned int]’:
- ignition/ign-math/src/graph/GraphDirected_TEST.cc:246:39: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:479:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 479 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:479:27: note: remove ‘std::move’ call
- ignition/ign-math/include/ignition/math/graph/Graph.hh: In instantiation of ‘ignition::math::v6::graph::VertexRef_M<V> ignition::math::v6::graph::Graph<V, E, EdgeType>::Vertices() const [with V = int; E = double; EdgeType = ignition::math::v6::graph::DirectedEdge<double>; ignition::math::v6::graph::VertexRef_M<V> = std::map<long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> >, std::less<long unsigned int>, std::allocator<std::pair<const long unsigned int, std::reference_wrapper<const ignition::math::v6::graph::Vertex<int> > > > >]’:
- ignition/ign-math/src/graph/GraphDirected_TEST.cc:412:3: required from here
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
- 187 | return std::move(res);
- | ^
- ignition/ign-math/include/ignition/math/graph/Graph.hh:187:27: note: remove ‘std::move’ call
Advertisement
Add Comment
Please, Sign In to add comment