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
Owner: | changed from ole to duncan |
---|
comment:2 Changed 17 years ago by
Priority: | highest → low |
---|---|
Severity: | critical → minor |
Status: | new → assigned |
Summary: | assignment error in triang_genMesh, which could be the source of a run-time error on Nick Windows PC → assignment error in triang_genMesh |
comment:3 Changed 17 years ago by
Summary: | assignment error in triang_genMesh → assignment warning in triang_genMesh |
---|
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
changeset:4916 fixes this. Thanks Ole for your help will this bug.
Note: See
TracTickets for help on using
tickets.
Two tests in the test_all suite pass....