Files
mercury/extras/trailed_update
Fergus Henderson 10de5678fc Fix various gcc warnings.
Estimated hours taken: 1

Fix various gcc warnings.

library/std_util.m:
library/benchmarking.m:
extras/trailed_update/tests/func_trail_test.m:
extras/trailed_update/tests/func_trail_test_2.m:
	Add some casts -- without these, the code might not compile
	with compilers other than gcc.

library/private_builtin.m:
	Avoid the use of nested extern declarations, by moving
	the declarations out of the enclosing function.

runtime/mercury_array_macros.h:
	Initialize `element' in MR_bsearch().
	Without this, gcc reports lots of spurious warnings when
	compiling trace/*.c.
1998-11-05 16:35:29 +00:00
..
1998-06-03 00:44:04 +00:00
1998-11-05 16:35:29 +00:00