From 12b8643feec59a48f548ab02c574d79000b84e87 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 6 Mar 2007 10:56:21 -0500 Subject: [PATCH] COMP: shut up w4 warning --- Source/kwsys/hashtable.hxx.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/kwsys/hashtable.hxx.in b/Source/kwsys/hashtable.hxx.in index 889fe1536..5e395fcaf 100644 --- a/Source/kwsys/hashtable.hxx.in +++ b/Source/kwsys/hashtable.hxx.in @@ -39,6 +39,11 @@ #ifndef @KWSYS_NAMESPACE@_hashtable_hxx #define @KWSYS_NAMESPACE@_hashtable_hxx +/* turn off no assignment warning */ +#if defined(_MSC_VER) +# pragma warning ( disable : 4512 ) /* no assignment operator for class */ +#endif + #include <@KWSYS_NAMESPACE@/Configure.hxx> #include <@KWSYS_NAMESPACE@/cstddef> // size_t