mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 09:32:26 +00:00
Work around annoying boost-related compiler warning
This commit is contained in:
parent
77986ff3fd
commit
1570604063
@ -39,7 +39,9 @@
|
||||
//
|
||||
# define BOOST_HAS_THREADS
|
||||
# else
|
||||
# define BOOST_DISABLE_THREADS
|
||||
# ifndef BOOST_DISABLE_THREADS
|
||||
# define BOOST_DISABLE_THREADS
|
||||
# endif
|
||||
# endif
|
||||
#elif defined(__GLIBCPP__) \
|
||||
&& !defined(_GLIBCPP_HAVE_GTHR_DEFAULT) \
|
||||
|
@ -181,3 +181,6 @@ What's new
|
||||
* BUILD/INSTALLATION
|
||||
|
||||
- Fix building with system boost on FreeBSD.
|
||||
|
||||
- Avoid annoying warnings with newer gcc versions.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user