File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ patches = [
15
15
' name' : ' icu' ,
16
16
' path' : ' third_party/icu/' ,
17
17
},
18
+ {
19
+ ' name' : ' vulkan-deps' ,
20
+ ' path' : ' third_party/vulkan-deps/vulkan-validation-layers/src/' ,
21
+ },
18
22
{
19
23
' name' : ' perfetto' ,
20
24
' path' : ' third_party/perfetto/' ,
Original file line number Diff line number Diff line change
1
+ diff --git a/layers/synchronization_validation.cpp b/layers/synchronization_validation.cpp
2
+ index f9e46c5c..6b19dff3 100644
3
+ --- layers/synchronization_validation.cpp
4
+ +++ layers/synchronization_validation.cpp
5
+ @@ -18,6 +18,7 @@
6
+ * Author: Locke Lin <locke@lunarg.com>
7
+ * Author: Jeremy Gebben <jeremyg@lunarg.com>
8
+ */
9
+ + #pragma clang diagnostic ignored "-Wrange-loop-construct"
10
+
11
+ #include <limits>
12
+ #include <vector>
You can’t perform that action at this time.
0 commit comments