Package: postgresql-pljava
Version: 1.4.3-3
Severity: serious
Tags: sid jessie

use of implicitly converted pointers is always fatal to the application
on ia64, and almost always wrong on other 64bit architectures.

gcc [...] \
/«PKGBUILDDIR»/src/C/pljava/type/String.c -o type/String.o

/«PKGBUILDDIR»/src/C/pljava/type/String.c: In function 'String_create':
/«PKGBUILDDIR»/src/C/pljava/type/String.c:66:2: warning: implicit declaration of function 'GETSTRUCT' [-Wimplicit-function-declaration]
  Form_pg_type pgType  = (Form_pg_type)GETSTRUCT(typeTup);
  ^
/«PKGBUILDDIR»/src/C/pljava/type/String.c:66:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  Form_pg_type pgType  = (Form_pg_type)GETSTRUCT(typeTup);
                         ^

gcc [...] \
/«PKGBUILDDIR»/src/C/pljava/type/Type.c -o type/Type.o

/«PKGBUILDDIR»/src/C/pljava/type/Type.c: In function 'Type_fromOid':
/«PKGBUILDDIR»/src/C/pljava/type/Type.c:473:2: warning: implicit declaration of function 'GETSTRUCT' [-Wimplicit-function-declaration]
  typeStruct = (Form_pg_type)GETSTRUCT(typeTup);
  ^
/«PKGBUILDDIR»/src/C/pljava/type/Type.c:473:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  typeStruct = (Form_pg_type)GETSTRUCT(typeTup);

gcc [...] \
/«PKGBUILDDIR»/src/C/pljava/type/TupleDesc.c -o type/TupleDesc.o
/«PKGBUILDDIR»/src/C/pljava/type/TupleDesc.c: In function 'Java_org_postgresql_pljava_internal_TupleDesc__1formTuple': /«PKGBUILDDIR»/src/C/pljava/type/TupleDesc.c:236:3: warning: implicit declaration of function 'heap_formtuple' [-Wimplicit-function-declaration]
   tuple = heap_formtuple(self, values, nulls);
   ^
/«PKGBUILDDIR»/src/C/pljava/type/TupleDesc.c:236:9: warning: assignment makes pointer from integer without a cast [enabled by default]
   tuple = heap_formtuple(self, values, nulls);
         ^

gcc [...] \
/«PKGBUILDDIR»/src/C/pljava/type/UDT.c -o type/UDT.o

/«PKGBUILDDIR»/src/C/pljava/type/UDT.c: In function 'UDT_registerUDT':
/«PKGBUILDDIR»/src/C/pljava/type/UDT.c:332:2: warning: implicit declaration of function 'GETSTRUCT' [-Wimplicit-function-declaration]
  nspStruct = (Form_pg_namespace)GETSTRUCT(nspTup);
  ^
/«PKGBUILDDIR»/src/C/pljava/type/UDT.c:332:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  nspStruct = (Form_pg_namespace)GETSTRUCT(nspTup);
              ^


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to