mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +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
|
# define BOOST_HAS_THREADS
|
||||||
# else
|
# else
|
||||||
# define BOOST_DISABLE_THREADS
|
# ifndef BOOST_DISABLE_THREADS
|
||||||
|
# define BOOST_DISABLE_THREADS
|
||||||
|
# endif
|
||||||
# endif
|
# endif
|
||||||
#elif defined(__GLIBCPP__) \
|
#elif defined(__GLIBCPP__) \
|
||||||
&& !defined(_GLIBCPP_HAVE_GTHR_DEFAULT) \
|
&& !defined(_GLIBCPP_HAVE_GTHR_DEFAULT) \
|
||||||
|
@ -181,3 +181,6 @@ What's new
|
|||||||
* BUILD/INSTALLATION
|
* BUILD/INSTALLATION
|
||||||
|
|
||||||
- Fix building with system boost on FreeBSD.
|
- Fix building with system boost on FreeBSD.
|
||||||
|
|
||||||
|
- Avoid annoying warnings with newer gcc versions.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user