Opened 17 years ago

Closed 17 years ago

#240 closed defect (fixed)

assignment warning in triang_genMesh

Reported by: nick Owned by: duncan
Priority: low Milestone:
Component: Compilation and installation Version:
Severity: minor Keywords:
Cc:

Description

When running "compile_all.py" the following warnings are incountered.

mesh_engine_c_layer.c: In function `triang_genMesh':
mesh_engine_c_layer.c:254: warning: assignment from incompatible pointer type
mesh_engine_c_layer.c:268: warning: assignment from incompatible pointer type
mesh_engine_c_layer.c:275: warning: assignment from incompatible pointer type
mesh_engine_c_layer.c:283: warning: assignment from incompatible pointer type
mesh_engine_c_layer.c:293: warning: assignment from incompatible pointer type
mesh_engine_c_layer.c:301: warning: assignment from incompatible pointer type
mesh_engine_c_layer.c:309: warning: assignment from incompatible pointer type
mesh_engine_c_layer.c:317: warning: assignment from incompatible pointer type

These warnings are created when run on both Linux and windows OS

Furthermore Nick is experiencing a run-time error on his older Win 2000 PC and is hoping it is linked to this error.

Change History (4)

comment:1 Changed 17 years ago by nick

  • Owner changed from ole to duncan

Two tests in the test_all suite pass....

comment:2 Changed 17 years ago by duncan

  • Priority changed from highest to low
  • Severity changed from critical to minor
  • Status changed from new to assigned
  • Summary changed from assignment error in triang_genMesh, which could be the source of a run-time error on Nick Windows PC to assignment error in triang_genMesh

comment:3 Changed 17 years ago by duncan

  • Summary changed from assignment error in triang_genMesh to assignment warning in triang_genMesh

comment:4 Changed 17 years ago by duncan

  • Resolution set to fixed
  • Status changed from assigned to closed

changeset:4916 fixes this. Thanks Ole for your help will this bug.

Note: See TracTickets for help on using tickets.