Re: [graph-tool] a lot of warning for g++ 8.3.0

2020-06-01 Thread Tiago de Paula Peixoto
Am 01.06.20 um 18:23 schrieb slitvinov: >> Because to everybody trained to ignore them. > > Sorry. I mean "because not everyone is trained to ignore them". Thank you > anyway. You're not supposed to ignore them. In my setup, and in all the environments where I build graph-tool, I do not see

Re: [graph-tool] a lot of warning for g++ 8.3.0

2020-06-01 Thread slitvinov
> Because to everybody trained to ignore them. Sorry. I mean "because not everyone is trained to ignore them". Thank you anyway. -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/ ___ graph-tool mailing list

Re: [graph-tool] a lot of warning for g++ 8.3.0

2020-06-01 Thread slitvinov
> Why? Because to everybody trained to ignore them. -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/ ___ graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool

Re: [graph-tool] a lot of warning for g++ 8.3.0

2020-06-01 Thread Tiago de Paula Peixoto
Am 01.06.20 um 12:48 schrieb slitvinov: >> These warnings come from boost, not graph-tool. > > Thank you. I think it is more friendly to the users not to hard code -Wall > -Wextra. > > configure.ac: > dnl turn on warnings > [CXXFLAGS="-Wall -Wextra -ftemplate-backtrace-limit=0 ${CXXFLAGS}"]

Re: [graph-tool] a lot of warning for g++ 8.3.0

2020-06-01 Thread slitvinov
> These warnings come from boost, not graph-tool. Thank you. I think it is more friendly to the users not to hard code -Wall -Wextra. configure.ac: dnl turn on warnings [CXXFLAGS="-Wall -Wextra -ftemplate-backtrace-limit=0 ${CXXFLAGS}"] -- Sent from:

Re: [graph-tool] a lot of warning for g++ 8.3.0

2020-06-01 Thread Tiago de Paula Peixoto
Am 01.06.20 um 12:26 schrieb slitvinov: > I am build graphs-tools 2.31 using g++ 8.3.0. It floods me with warnings like > the following: > > /users/lisergey/include/boost/bind.hpp:41:1: note: #pragma message: The > practice of declaring the Bind placeholders (_1, _2, ...) in the global >

[graph-tool] a lot of warning for g++ 8.3.0

2020-06-01 Thread slitvinov
I am build graphs-tools 2.31 using g++ 8.3.0. It floods me with warnings like the following: /users/lisergey/include/boost/bind.hpp:41:1: note: #pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace