Skip to content

compiler warning #4

Description

@GoogleCodeExporter
What steps will reproduce the problem?

code snippet:

    b40c::radix_sort::Enactor sort_enactor;
    b40c::util::PingPongStorage<unsigned int, Scalar4> sort_storage(d_keys,d_values);
    sort_enactor.Sort(sort_storage, N);


What is the expected output? What do you see instead?
I get lots of compiler warnings

.../b40c/radix_sort/enactor.cuh:529:40: warning: suggest parentheses around 
assignment used as truth value

also for similar lines in enactor_base.h  etc.

What version of the product are you using? On what operating system?
r603 

Please provide any additional information below.

Original issue reported on code.google.com by jens.gla...@gmail.com on 9 Jul 2011 at 3:21

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions