We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25443db commit f48ba24Copy full SHA for f48ba24
1 file changed
tools/v8_gypfiles/v8.gyp
@@ -2421,6 +2421,9 @@
2421
],
2422
},
2423
'include_dirs': ['.'],
2424
+ # Keep the GYP target aligned with third_party/simdutf/BUILD.gn, which
2425
+ # suppresses this warning for the amalgamated translation unit.
2426
+ 'cflags_cc': [ '-Wno-unused-function' ],
2427
'sources': [
2428
'<(V8_ROOT)/third_party/simdutf/simdutf.cpp',
2429
0 commit comments