From 5ca7d0dcd8a052f9442147860ac6d3dcfabea538 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 5 Dec 2013 23:08:12 +0100 Subject: [PATCH] + Suppress boost warning --- src/FCConfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/FCConfig.h b/src/FCConfig.h index cdb00c36e..1ca5cac4c 100644 --- a/src/FCConfig.h +++ b/src/FCConfig.h @@ -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