Skip to content

Commit d146b25

Browse files
RaisinTennodejs-github-bot
authored andcommitted
build: fix unknown warning option
warning: unknown warning option '-Wno-int-in-bool-context'; did you mean '-Wno-gnu-include-next'? [-Wunknown-warning-option] 1 warning generated. The `-Wint-in-bool-context` diagnostic is not enabled by default, so no additional option is needed. PR-URL: #36629 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent c27efd4 commit d146b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/toolchain.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
'cflags': [ '-Werror', '-Wno-unknown-pragmas' ],
139139
},{
140140
'cflags!': [ '-Wall', '-Wextra' ],
141-
'cflags': [ '-Wno-return-type', '-Wno-int-in-bool-context' ],
141+
'cflags': [ '-Wno-return-type' ],
142142
}],
143143
['v8_target_arch=="arm"', {
144144
'defines': [

0 commit comments

Comments
 (0)