Skip to content

Commit 1dac9d8

Browse files
authored
[ClangCL] Fix warnings in HLSLExec (microsoft#5690)
1. Missing const when cast pointer. Add const. 2. Negtive shift casted to unsigned. 3. Missing override for override functions. Add override. 4. Remove unused variable/function. 5. Add constructor for TableParameter to workaround unintialized field. 6. RawBufferLdStTestData<int32_t> first field should not have {} when initialize. 7. memset parameter order which also fixes in microsoft#4516 by gongminmin
1 parent 6b4b0eb commit 1dac9d8

File tree

2 files changed

+53
-90
lines changed

2 files changed

+53
-90
lines changed

0 commit comments

Comments
 (0)