Skip to content

Commit ff4e531

Browse files
authored
Disable warning 40 by default.
This is one of the most commonly disabled warnings.
1 parent 6b4d535 commit ff4e531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
"postinstall": "npm run reasonBuild",
3737
"buildHelp": "eval $(dependencyEnv) && nopam && rebuild --help",
38-
"reasonBuild": "eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -I src ./src/Test.native 2>&1 | refmterr",
38+
"reasonBuild": "eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native 2>&1 | refmterr",
3939
"reasonbuild": "npm run reasonBuild",
4040

4141
"start": "eval $(dependencyEnv) && ./_build/src/Test.native",

0 commit comments

Comments
 (0)