mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-09 04:35:29 -05:00
more warnings
This commit is contained in:
parent
dc7b774120
commit
259644edf1
2 changed files with 2 additions and 2 deletions
2
.merlin
2
.merlin
|
|
@ -15,4 +15,4 @@ PKG benchmark
|
|||
PKG threads
|
||||
PKG threads.posix
|
||||
PKG lwt
|
||||
FLG -w +K,+Y,+X
|
||||
FLG -w +a -w -4 -w -44
|
||||
|
|
|
|||
2
_tags
2
_tags
|
|
@ -160,4 +160,4 @@
|
|||
<tests/*.ml{,i}>: thread
|
||||
<threads/*.ml{,i}>: thread
|
||||
<sequence>: -traverse
|
||||
<{string,core}/**/*.ml>: warn_K, warn_Y, warn_X
|
||||
<{string,core}/**/*.ml>: warn_A, warn(-4), warn(-44)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue