2
0
Эх сурвалжийг харах

remove unneeded formal parameter name

David Rose 21 жил өмнө
parent
commit
4ae76dbc9b

+ 1 - 1
dtool/src/dtoolbase/pallocator.h

@@ -91,7 +91,7 @@ public:
 
   // template member functions in VC++ can only be defined in-class.
   template<class U>
-  INLINE pallocator(const pallocator<U> &copy) throw() { }
+  INLINE pallocator(const pallocator<U> &) throw() { }
 
   INLINE pointer allocate(size_type n, allocator<void>::const_pointer hint = 0);
   INLINE void deallocate(void *p, size_type n);