Skip to content

Commit 7f12726

Browse files
committed
Disable c++11 extension warnings
1 parent 5efab3f commit 7f12726

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

generate/templates/templates/binding.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"WARNING_CFLAGS": [
5959
"-Wno-unused-variable",
6060
"-Wint-conversions",
61-
"-Wmissing-field-initializers"
61+
"-Wmissing-field-initializers",
62+
"-Wno-c++11-extensions"
6263
]
6364
}
6465
}

0 commit comments

Comments
 (0)