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

Compile warning in topk_app.cu (VALUE_DOUBLE not handled in switch) #8

Closed
jowens opened this issue Jul 8, 2014 · 1 comment
Closed
Assignees

Comments

@jowens
Copy link
Contributor

jowens commented Jul 8, 2014

[ 50%] Building NVCC (Device) object gunrock/CMakeFiles/gunrock.dir/__/tests/topk/./gunrock_generated_topk_app.cu.o
/Users/jowens/Documents/working/gunrock/gunrock/../tests/topk/topk_app.cu:109:9: warning:
      enumeration value 'VALUE_DOUBLE' not handled in switch [-Wswitch]
switch (data_type.VALUE_TYPE)
        ^
1 warning generated.
@jowens
Copy link
Contributor Author

jowens commented Jul 10, 2014

Fixed here: 4645a52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants