boost: Turn off warning that signals are deprecated

This commit is contained in:
Vincent van Ravesteijn 2014-04-29 16:56:23 +02:00
parent d14aa5f22e
commit a25c946b31

View File

@ -279,6 +279,7 @@ char * strerror(int n);
#define BOOST_DISABLE_THREADS 1
#define BOOST_NO_WREGEX 1
#define BOOST_NO_WSTRING 1
#define BOOST_SIGNALS_NO_DEPRECATION_WARNING 1
// TR1 regex not supported in GCC <= 4.5
#ifndef LYX_USE_TR1