+ Suppress boost warning
This commit is contained in:
parent
d62ed23068
commit
5ca7d0dcd8
|
@ -276,6 +276,12 @@ typedef unsigned __int64 uint64_t;
|
|||
// stops inclusion of the QT 3 header through the SoQT header...
|
||||
//#define __Qt3All__
|
||||
|
||||
//**************************************************************************
|
||||
// Boost
|
||||
#ifndef BOOST_SIGNALS_NO_DEPRECATION_WARNING
|
||||
#define BOOST_SIGNALS_NO_DEPRECATION_WARNING
|
||||
#endif
|
||||
|
||||
//**************************************************************************
|
||||
// Exception handling
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user