turn of ms already instantiated warning
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
#include "net_convert.h"
|
||||
#undef epicsExportSharedSymbols
|
||||
|
||||
#if defined ( _MSC_VER )
|
||||
# pragma warning ( push )
|
||||
# pragma warning ( disable: 4660 )
|
||||
#endif
|
||||
|
||||
template class resTable < nciu, chronIntId >;
|
||||
template class chronIntIdResTable < nciu >;
|
||||
template class tsSLNode < tcpiiu >;
|
||||
@@ -50,6 +55,10 @@ template class tsFreeList < netReadNotifyIO, 1024, 0 >;
|
||||
template class tsFreeList < netWriteNotifyIO, 1024, 0 >;
|
||||
template class tsFreeList < netSubscription, 1024, 0 >;
|
||||
|
||||
#if defined ( _MSC_VER )
|
||||
# pragma warning ( pop )
|
||||
#endif
|
||||
|
||||
// TCP response dispatch table
|
||||
const cac::pProtoStubTCP cac::tcpJumpTableCAC [] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user