Package: dx
Version: 4.4.4-4

While compiling your package using our research compiler infrastructure the
following code wouldn't typecheck:

Line 546 of showboundary.c:
  return ( DXGetError == ERROR_NONE ) ? object : ERROR;

Note that DXGetError is a function, and the comparison of the function pointer
to the enum value is undefined (and likely always false). Looking around it is
likely the case that this line should have been DXGetError() instead (cf. line
566).

Best,
Michael

Attachment: pgpM1l7z8YnyB.pgp
Description: PGP signature

Reply via email to