COMP: shut up w4 warning

This commit is contained in:
Ken Martin 2007-03-06 10:56:21 -05:00
parent cf3f5ce2bc
commit 12b8643fee
1 changed files with 5 additions and 0 deletions

View File

@ -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