turn of ms already instantiated warning
This commit is contained in:
@@ -33,10 +33,19 @@
|
||||
#include "dbChannelIOIL.h"
|
||||
#include "dbNotifyBlockerIL.h"
|
||||
|
||||
#if defined ( _MSC_VER )
|
||||
# pragma warning ( push )
|
||||
# pragma warning ( disable: 4660 )
|
||||
#endif
|
||||
|
||||
template class chronIntIdResTable < dbBaseIO >;
|
||||
template class tsSLNode < dbBaseIO >;
|
||||
template class resTable < dbBaseIO, chronIntId >;
|
||||
|
||||
#if defined ( _MSC_VER )
|
||||
# pragma warning ( pop )
|
||||
#endif
|
||||
|
||||
class dbServiceIOLoadTimeInit {
|
||||
public:
|
||||
dbServiceIOLoadTimeInit ();
|
||||
|
||||
Reference in New Issue
Block a user