Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd73da0

Browse filesBrowse files
refackMylesBorins
authored andcommitted
build: add -Werror=undefined-inline to clang builds
PR-URL: #23961 Refs: #23954 Refs: #23910 Refs: #23880 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 67f5d30 commit bd73da0
Copy full SHA for bd73da0

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Collapse file

‎node.gypi‎

Copy file name to clipboardExpand all lines: node.gypi
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@
3232
'-Wendif-labels',
3333
'-W',
3434
'-Wno-unused-parameter',
35+
'-Werror=undefined-inline',
3536
],
3637
},
3738
'conditions': [
39+
['clang==1', {
40+
'cflags': [ '-Werror=undefined-inline', ]
41+
}],
3842
[ 'node_shared=="false"', {
3943
'msvs_settings': {
4044
'VCManifestTool': {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.