Subject: [Boost-bugs] [Boost C++ Libraries] #11933: warnings in 1.60 when compiling with nvcc
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-01-22 09:01:55
#11933: warnings in 1.60 when compiling with nvcc
------------------------------------+-----------------------
Reporter: Alex Grund <a.grund@â¦> | Owner: pdimov
Type: Bugs | Status: new
Milestone: To Be Determined | Component: smart_ptr
Version: Boost 1.60.0 | Severity: Cosmetic
Keywords: |
------------------------------------+-----------------------
I'm compiling a larger project (
https://github.com/ComputationalRadiationPhysics/picongpu/ current dev)
which uses boost heavily. However a lot of warnings are issued. Since we
are quite agnostic to warnings (compiling with many warnings enabled and
-Werror) this is troubling and it would be great, if those are fixed in
future versions. If I remember correctly older versions (1.58) did not had
them.
CUDA 7.0
{{{
boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(49): warning: "cc"
clobber ignored
boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(65): warning: "cc"
clobber ignored
boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(91): warning: "cc"
clobber ignored
boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(75): warning: variable
"tmp" was set but never used
}}}
CUDA 7.5
{{{
boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(75): warning: variable
"tmp" was set but never used
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11933> 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:19 UTC