Skip to content
Snippets Groups Projects
Commit e44130b9 authored by Ken Martin's avatar Ken Martin
Browse files

COMP: shut up w4 warning

parent faff439e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment