mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
boost: Turn off warning that signals are deprecated
This commit is contained in:
parent
d14aa5f22e
commit
a25c946b31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user