Skip to content

Commit 0afa602

Browse files
committed
Restore warnings flags reset value to support older compilers
1 parent 7beeea0 commit 0afa602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Playground.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ module Settings = {
877877
let onWarningFlagsResetClick = _evt => {
878878
setConfig({
879879
...config,
880-
warn_flags: "+a-4-9-20-41-50-102",
880+
warn_flags: "+a-4-9-20-40-41-42-50-61-102-109",
881881
})
882882
}
883883

0 commit comments

Comments
 (0)