From 859eb1b1cb4d65f5b5c6fca53027f1460e932ff8 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 10 Apr 2012 13:50:23 +0200 Subject: [PATCH] Changed: #825 Remove all warnings when compiling Ryzom --- code/nel/include/nel/misc/stl_block_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/include/nel/misc/stl_block_allocator.h b/code/nel/include/nel/misc/stl_block_allocator.h index d85044e58..441d49560 100644 --- a/code/nel/include/nel/misc/stl_block_allocator.h +++ b/code/nel/include/nel/misc/stl_block_allocator.h @@ -61,7 +61,7 @@ namespace NLMISC { { public: /// Constructor. Must gives a blockMemory to ctor. NB: must gives a CBlockMemory !!! - CSTLBlockAllocator(CBlockMemory */* bm */) + CSTLBlockAllocator(CBlockMemory * /* bm */) { } /// copy ctor