Skip to content

Commit

Permalink
+ Suppress boost warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 5, 2013
1 parent d62ed23 commit 5ca7d0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/FCConfig.h
Expand Up @@ -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

Expand Down

0 comments on commit 5ca7d0d

Please sign in to comment.