From 763fa1cf0c96f64e75bd5729be85cd1f256ff2fa Mon Sep 17 00:00:00 2001 From: Jonathan Brandmeyer Date: Mon, 26 Jul 2004 23:29:49 +0000 Subject: [PATCH] Silence warning from EDG 245 (Tru64 cxx 6.5) [SVN r24092] --- test/slice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/slice.cpp b/test/slice.cpp index 997efd2f..a78a5e3d 100644 --- a/test/slice.cpp +++ b/test/slice.cpp @@ -76,7 +76,7 @@ bool check_numeric_array_rich_slice() // Verify functions accepting a slice argument can be called bool accept_slice( slice) { return true; } -int check_slice_get_indicies(slice index); +int check_slice_get_indicies(const slice index); int check_slice_get_indicies(const slice index) { // A vector of integers from [-5, 5].