Skip to content

Commit 6a50ce1

Browse files
Firestar99LegNeato
authored andcommitted
disable cpp warning array-bounds and stringop-overflow
1 parent 8c591ed commit 6a50ce1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spirv-tools-sys/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ fn main() {
129129
.flag("-Wextra")
130130
.flag("-Wnon-virtual-dtor")
131131
.flag("-Wno-missing-field-initializers")
132+
.flag("-Wno-stringop-overflow")
133+
.flag("-Wno-array-bounds")
132134
.flag("-Werror")
133135
.flag("-std=c++17")
134136
.flag("-fno-exceptions")

0 commit comments

Comments
 (0)