coin3d using py310 #390
Annotations
2 errors and 1 warning
Formula/coin3d_py310.rb#L44
^
/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
pivy/coin_wrap.cpp:110771:9: warning: variable 'arg4' is uninitialized when used here [-Wuninitialized]
if (arg4) {
^~~~
pivy/coin_wrap.cpp:110706:14: note: initialize the variable 'arg4' to silence this warning
char **arg4 ;
^
= NULL
pivy/coin_wrap.cpp:168824:9: warning: variable 'arg4' is uninitialized when used here [-Wuninitialized]
if (arg4) {
^~~~
pivy/coin_wrap.cpp:168777:19: note: initialize the variable 'arg4' to silence this warning
float (*arg4)[3] ;
^
= NULL
pivy/coin_wrap.cpp:170193:9: warning: variable 'arg4' is uninitialized when used here [-Wuninitialized]
if (arg4) {
^~~~
pivy/coin_wrap.cpp:170128:14: note: initialize the variable 'arg4' to silence this warning
char **arg4 ;
^
= NULL
pivy/coin_wrap.cpp:172962:8: warning: variable 'arg4' is uninitialized when used here [-Wuninitialized]
if(arg4) free(arg4);
^~~~
pivy/coin_wrap.cpp:172917:19: note: initialize the variable 'arg4' to silence this warning
float (*arg4)[2] ;
^
= NULL
pivy/coin_wrap.cpp:233487:9: warning: variable 'arg4' is uninitialized when used here [-Wuninitialized]
if (arg4) {
^~~~
pivy/coin_wrap.cpp:233435:19: note: initialize the variable 'arg4' to silence this warning
float (*arg4)[3] ;
^
= NULL
pivy/coin_wrap.cpp:233552:9: warning: variable 'arg4' is uninitialized when used here [-Wuninitialized]
if (arg4) {
^~~~
pivy/coin_wrap.cpp:233500:19: note: initialize the variable 'arg4' to silence this warning
float (*arg4)[3] ;
^
= NULL
pivy/coin_wrap.cpp:255586:9: warning: variable 'arg4' is uninitialized when used here [-Wuninitialized]
if (arg4) {
^~~~
pivy/coin_wrap.cpp:255539:20: note: initialize the variable 'arg4' to silence this warning
double (*arg4)[3] ;
^
= NULL
pivy/coin_wrap.cpp:342273:36: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
int res = SWIG_AsVal_int(argv[2], NULL);
^ ~
pivy/coin_wrap.cpp:342248:3: note: array 'argv' declared here
PyObject *argv[2] = {
^
pivy/coin_wrap.cpp:342298:36: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
int res = SWIG_AsVal_int(argv[2], NULL);
^ ~
pivy/coin_wrap.cpp:342248:3: note: array 'argv' declared here
PyObject *argv[2] = {
^
pivy/coin_wrap.cpp:342480:37: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds]
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_unsigned_char, 0);
^ ~
pivy/coin_wrap.cpp:1081:80: note: expanded from macro 'SWIG_ConvertPtr'
#define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtr(obj, pptr, type, flags)
^~~
pivy/coin_wrap.cpp:1080:86: note: expanded from macro 'SWIG_Python_ConvertPtr'
#define SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
|
|
|
The logs for this run have expired and are no longer available.
Loading