Skip to content

Commit

Permalink
removed implicit function declaration from binding.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
angrymouse committed Feb 25, 2024
1 parent 738aa44 commit 805b0a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
"-std=c++11",
"-Wimplicit-function-declaration",
],
"cflags_cc":["-Wimplicit-function-declaration"],
"cflags_cc":[],
"conditions": [
["OS=='win'", {
"cflags!": ["/EHs", "/EHc"],
"cflags_cc": ["/EHsc"],
"msvs_settings": {
"ParallelBuild":"1",
"VCCLCompilerTool": {
"ExceptionHandling": "1"
}
Expand Down

0 comments on commit 805b0a4

Please sign in to comment.