asherliu / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

warning in minmax.cu #355

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
minmax.cu:82: warning: comparison between signed and unsigned integer 
expressions

change int i = 0; to size_t i = 0;

Original issue reported on code.google.com by jaredhoberock on 5 Aug 2011 at 7:17

GoogleCodeExporter commented 8 years ago
fixed in revision 9f5cd028dc80

Original comment by wnbell on 20 Aug 2011 at 4:59