diff packages/services/memalloc/common/current/include/memvar.hxx @ 165:d63db767121d

Merge from eCos master repository on 2001-06-29-06:43:03-BST
author jlarmour
date Fri, 29 Jun 2001 07:16:25 +0000
parents 6ed91473a1cd
children e0c0827131d1
line wrap: on
line diff
--- a/packages/services/memalloc/common/current/include/memvar.hxx
+++ b/packages/services/memalloc/common/current/include/memvar.hxx
@@ -131,8 +131,8 @@ public:
     // to higher layers. The data is copied from old to new though.
     // The effects of alloc_ptr==NULL or newsize==0 are undefined
     cyg_uint8 *
-    resize_alloc( cyg_uint8 *alloc_ptr, cyg_int32 newsize,
-                  cyg_int32 *oldsize=NULL );
+    resize_alloc( cyg_uint8 * /* alloc_ptr */, cyg_int32 /* newsize */,
+                  cyg_int32 * /* oldsize */ =NULL );
 
     // free the memory back to the pool
     // returns true on success