Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cuSTL CartBuffer warning for gcc 4.6.2 #368

Closed
slizzered opened this issue Apr 25, 2014 · 2 comments
Closed

cuSTL CartBuffer warning for gcc 4.6.2 #368

slizzered opened this issue Apr 25, 2014 · 2 comments
Assignees
Labels
component: PMacc in PMacc duplicate duplicate issue or pull-request (link main issue!) warning code produces/produced a warning

Comments

@slizzered
Copy link
Contributor

src/libPMacc/include/cuSTL/container/CartBuffer.tpp:
  In member function ‘virtual void picongpu::TotalDivJ::notify(uint32_t)’:
src/libPMacc/include/cuSTL/container/CartBuffer.tpp:154:1:
  warning: ‘fieldJ.PMacc::container::CartBuffer<
              PMacc::math::Vector<float, 3>,
              3,
              PMacc::allocator::EmptyAllocator,
              mpl_::void_,
              mpl_::void_
            >::refCount’
  may be used uninitialized in this function [-Wuninitialized]
src/picongpu/include/plugins/TotalDivJ.tpp:83:69:
  note: ‘fieldJ.PMacc::container::CartBuffer<
           PMacc::math::Vector<float, 3>,
           3,
           PMacc::allocator::EmptyAllocator,
           mpl_::void_,
           mpl_::void_
         >::refCount’
  was declared here

Build:

  • Boost 1.55.0
  • compiler gcc 4.6.2
  • CUDA 5.5
  • CMake 2.8.10
@ax3l ax3l added this to the Open Beta milestone Apr 25, 2014
@ax3l ax3l changed the title Syntax warning for CMake 2.8.12 cuSTL warning for gcc 4.8.2 Apr 25, 2014
@ax3l ax3l changed the title cuSTL warning for gcc 4.8.2 cuSTL CartBuffer warning for gcc 4.8.2 Apr 25, 2014
@slizzered slizzered changed the title cuSTL CartBuffer warning for gcc 4.8.2 cuSTL CartBuffer warning for gcc 4.6.2 Apr 25, 2014
@ax3l
Copy link
Member

ax3l commented Apr 25, 2014

Can you please change the default compiler language for issues to English? :)

@ax3l
Copy link
Member

ax3l commented Apr 27, 2014

Oh, this could be a duplicate of #94.
@Heikman please fix them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: PMacc in PMacc duplicate duplicate issue or pull-request (link main issue!) warning code produces/produced a warning
Projects
None yet
Development

No branches or pull requests

3 participants