File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ template("zstd_gn_build") {
19
19
public_configs = [ " :zstd_config" ]
20
20
sources = gypi_values .zstd_sources
21
21
defines = [ " XXH_NAMESPACE=ZSTD_" , " ZSTD_MULTITHREAD" , " ZSTD_DISABLE_ASM" ]
22
+ cflags_c = [ " -Wno-unused-function" ]
22
23
23
24
if (is_posix ) {
24
25
ldflags = [ " -pthread" ]
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ template("node_gn_build") {
74
74
" -Wno-implicit-fallthrough" ,
75
75
" -Wno-macro-redefined" ,
76
76
" -Wno-missing-braces" ,
77
+ " -Wno-range-loop-bind-reference" ,
77
78
" -Wno-return-type" ,
78
79
" -Wno-shadow" ,
79
80
" -Wno-sometimes-uninitialized" ,
@@ -160,6 +161,7 @@ template("node_gn_build") {
160
161
" deps/postject" ,
161
162
" deps/sqlite" ,
162
163
" deps/uvwasi" ,
164
+ " deps/zstd" ,
163
165
" //third_party/zlib" ,
164
166
" $node_simdutf_path " ,
165
167
" $node_v8_path :v8_libplatform" ,
You can’t perform that action at this time.
0 commit comments