Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

eliminate variable set but not used warnings in testing/discard_iterator.cu #102

Closed
jaredhoberock opened this issue May 10, 2012 · 0 comments · Fixed by #109
Closed

eliminate variable set but not used warnings in testing/discard_iterator.cu #102

jaredhoberock opened this issue May 10, 2012 · 0 comments · Fixed by #109
Labels
type: enhancement New feature or request.

Comments

@jaredhoberock
Copy link
Contributor

testing/discard_iterator.cu:78:16: warning: variable 't' set but not used [-Wunused-but-set-variable]
testing/discard_iterator.cu:80:14: warning: variable 'z_iter' set but not used [-Wunused-but-set-variable]
jaredhoberock added a commit to jaredhoberock/thrust that referenced this issue May 22, 2012
Eliminate unused variable warnings in testing/discard_iterator.cu

Fixes NVIDIA#102
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement New feature or request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant