COMP: shut up w4 warning
This commit is contained in:
parent
cf3f5ce2bc
commit
12b8643fee
|
@ -39,6 +39,11 @@
|
||||||
#ifndef @KWSYS_NAMESPACE@_hashtable_hxx
|
#ifndef @KWSYS_NAMESPACE@_hashtable_hxx
|
||||||
#define @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@/Configure.hxx>
|
||||||
|
|
||||||
#include <@KWSYS_NAMESPACE@/cstddef> // size_t
|
#include <@KWSYS_NAMESPACE@/cstddef> // size_t
|
||||||
|
|
Loading…
Reference in New Issue