Re: [Boost-bugs] [Boost C++ Libraries] #7817: Many warnings during compile time

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7817: Many warnings during compile time
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-01-08 20:10:48


#7817: Many warnings during compile time
--------------------------------+-------------------------------------------
  Reporter: olgood@… | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.52.0 | Severity: Cosmetic
Resolution: | Keywords:
--------------------------------+-------------------------------------------

Comment (by olgood@…):

 Thanks.

 I remembered that my program was even shorter - just #include
 <boost/thread/threads.hpp> and main(int,char**){}

 This gave warnings and one error (I asked about this on StackOverflow).

 And I remembered I've just fixed that warnings for my Boost's sources
 without backup. So, now I'm unable to reproduce the issue because do not
 have sources.

 Hope, now you'll help Boost guys to fix the issue.

 Replying to [comment:7 Barnabé Faliu <barnabe.faliu@…>]:
>
> {{{
> #include <iostream>
> #include <boost/thread/thread.hpp>
>
> #define BOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN
> using namespace std;
>
>
>
> int main() {
> cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
> return 0;
> }
> }}}
>
> This is the only lines in my file. I included
 '''C:\Boost\boost_1_52_0''', added this library path :
 '''C:\Boost\boost_1_52_0\lib''' and thoose libraries :
> '''boost_system-mgw47-1_52'''
> '''boost_thread-mgw47-mt-sd-1_52'''

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7817#comment:8>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC