--- deliantra/server/include/util.h 2008/03/15 13:52:38 1.63 +++ deliantra/server/include/util.h 2008/03/24 20:39:34 1.64 @@ -271,7 +271,7 @@ }; slice_allocator () throw () { } - slice_allocator (const slice_allocator &o) throw () { } + slice_allocator (const slice_allocator &) throw () { } template slice_allocator (const slice_allocator &) throw () { } @@ -290,7 +290,7 @@ sfree (p, n); } - size_type max_size ()const throw () + size_type max_size () const throw () { return size_t (-1) / sizeof (Tp); }