From: Ethan M. <merritt@u.washington.edu> - 2004-04-14 00:55:18
|
On Tuesday 13 April 2004 11:24 am, Hans-Bernhard Broeker wrote: > > So: last-minute compilation and other tests should take place *now*. Building on Tru64 using DEC cc generates a large number of compiler warnings due to the re-definition of TBOOLEAN. But as far as I can tell the resulting code work OK. So, not a show-stopper but it would be nice to have the build complete with no compiler warnings. jarlsberg [95] grep -i Warn make.log cc: Warning: axis.c, line 188: In the definition of the function "axis_unlog_interval", the promoted type of checkrange is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: axis.c, line 747: In the definition of the function "round_outward", the promoted type of upwards is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: command.c, line 1034: In the definition of the function "print_set_output", the promoted type of append_p is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: contour.c, line 431: In the definition of the function "trace_contour", the promoted type of contr_isclosed is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: contour.c, line 843: In the definition of the function "put_contour", the promoted type of contr_isclosed is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: contour.c, line 890: In the definition of the function "chk_contour_kind", the promoted type of contr_isclosed is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: contour.c, line 919: In the definition of the function "put_contour_cubic", the promoted type of contr_isclosed is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: contour.c, line 1007: In the definition of the function "put_contour_bspline", the promoted type of contr_isclosed is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: contour.c, line 1067: In the definition of the function "gen_cubic_spline", the promoted type of contr_isclosed is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: contour.c, line 1365: In the definition of the function "gen_bspline_approx", the promoted type of contr_isclosed is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: contour.c, line 1436: In the definition of the function "eval_bspline", the promoted type of contr_isclosed is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: contour.c, line 1481: In the definition of the function "fetch_knot", the promoted type of contr_isclosed is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: hidden3d.c, line 517: In the definition of the function "store_vertex", the promoted type of color_from_column is incompatible with the type of the corresponding parameter in a prior declaration. cc: Warning: misc.c, line 931: In the definition of the function "arrow_parse", the promoted type of allow_as is incompatible with the type of the corresponding parameter in a prior declaration. [ and so on ....] -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |