From e44130b9e0f7b04343fad259614c670e138c5289 Mon Sep 17 00:00:00 2001
From: Ken Martin <ken.martin@kitware.com>
Date: Tue, 6 Mar 2007 10:56:21 -0500
Subject: [PATCH] COMP: shut up w4 warning

---
 hashtable.hxx.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hashtable.hxx.in b/hashtable.hxx.in
index 2414dba..469581c 100644
--- a/hashtable.hxx.in
+++ b/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
-- 
GitLab