File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ fn main() {
37
37
. flag ( "-diag-suppress=177" ) // variable was declared but never referenced
38
38
. flag ( "-diag-suppress=550" ) // variable was set but never used
39
39
. flag ( "-diag-suppress=20039" ) // a __host__ function redeclared with __device__, hence treated as a __host__ __device__ function
40
- . flag ( "-diag-suppress=68" ) // integer conversion resulted in a change of sign
41
- . flag ( "-diag-suppress=2464" ) // conversion from a string literal to "char *" is deprecated
42
40
. compile ( "hvm-cu" ) ;
43
41
44
42
println ! ( "cargo:rustc-cfg=feature=\" cuda\" " ) ;
Original file line number Diff line number Diff line change 3
3
#include < stdio.h>
4
4
#include < dirent.h>
5
5
#include < sys/stat.h>
6
- #include < string.h>
7
6
#include < ftw.h>
8
7
#include " hvm.cu"
9
8
You can’t perform that action at this time.
0 commit comments