summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/allocator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl/allocator.hxx')
-rw-r--r--sal/inc/rtl/allocator.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/inc/rtl/allocator.hxx b/sal/inc/rtl/allocator.hxx
index 83ebb0faea43..5b27beec8259 100644
--- a/sal/inc/rtl/allocator.hxx
+++ b/sal/inc/rtl/allocator.hxx
@@ -148,6 +148,7 @@ public:
void destroy (pointer p)
{
p->~T();
+ (void)p; //MSVC2005 annoyingly warns this is unused
}
};