Skip to content

Commit 39527e5

Browse files
committed
Remove warnings 61 and 109 from default warn flags
1 parent 8553e6b commit 39527e5

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
@@ -892,7 +892,7 @@ module Settings = {
892892
let onWarningFlagsResetClick = _evt => {
893893
setConfig({
894894
...config,
895-
warn_flags: "+a-4-9-20-41-50-61-102-109",
895+
warn_flags: "+a-4-9-20-41-50-102",
896896
})
897897
}
898898

0 commit comments

Comments
 (0)