Re: [Boost-bugs] [Boost C++ Libraries] #7094: warning: unrecognized #pragma GCC system_header

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7094: warning: unrecognized #pragma GCC system_header
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-01 10:23:45


#7094: warning: unrecognized #pragma GCC system_header
-------------------------------+----------------------------
  Reporter: 1czajnik@… | Owner: emildotchevski
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: exception
   Version: Boost 1.50.0 | Severity: Problem
Resolution: fixed | Keywords:
-------------------------------+----------------------------

Comment (by wojciech.migda@…):

 Can you please fix it in static_assert.hpp as well?
 TI DSP compiler complains about undefined pragma there:

 #if defined(__GNUC__) && !defined(__GXX_EXPERIMENTAL_CXX0X__)
 //
 // This is horrible, but it seems to be the only we can shut up the
 // "anonymous variadic macros were introduced in C99 [-Wvariadic-macros]"
 // warning that get spewed out otherwise in non-C++11 mode.
 //
 #pragma GCC system_header
 #endif

 I am using TI DSP C++ 7.3.5 and Boost 1.56.
 Should I report a separate ticket for this?

 Thanks,
 Wojciech

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7094#comment:6>
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:17 UTC