turn of ms already instantiated warning
This commit is contained in:
@@ -19,8 +19,17 @@
|
||||
#include "iocinf.h"
|
||||
#include "comBuf.h"
|
||||
|
||||
#if defined ( _MSC_VER )
|
||||
# pragma warning ( push )
|
||||
# pragma warning ( disable: 4660 )
|
||||
#endif
|
||||
|
||||
template class tsFreeList < class comBuf, 0x20 >;
|
||||
|
||||
#if defined ( _MSC_VER )
|
||||
# pragma warning ( pop )
|
||||
#endif
|
||||
|
||||
tsFreeList < class comBuf, 0x20 > comBuf::freeList;
|
||||
epicsMutex comBuf::freeListMutex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user