Skip to content

Commit

Permalink
Ignore warnings
Browse files Browse the repository at this point in the history
workaround for nodejs/nan#953
  • Loading branch information
lbeschastny committed Aug 1, 2023
1 parent 6f6b3b5 commit 40c70d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions binding.gyp
Expand Up @@ -18,8 +18,7 @@
["OS == 'linux'", {
"cflags": [
"-std=c++11",
"-Wall",
"-Werror"
"-Wall"
],
"cflags_cc": [
"-Wno-attributes"
Expand All @@ -39,8 +38,7 @@
"OTHER_CFLAGS": [
"-std=c++17",
"-stdlib=libc++",
"-Wall",
"-Werror"
"-Wall"
]
},
}],
Expand Down

0 comments on commit 40c70d9

Please sign in to comment.