mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-09 04:35:29 -05:00
enable warnings
This commit is contained in:
parent
2674349871
commit
2dc743965b
2 changed files with 4 additions and 1 deletions
3
.merlin
3
.merlin
|
|
@ -1,9 +1,11 @@
|
|||
S core
|
||||
S misc
|
||||
S string
|
||||
S tests
|
||||
S examples
|
||||
B _build/core
|
||||
B _build/misc
|
||||
B _build/string
|
||||
B _build/tests
|
||||
B _build/examples
|
||||
PKG oUnit
|
||||
|
|
@ -11,3 +13,4 @@ PKG bench
|
|||
PKG threads
|
||||
PKG threads.posix
|
||||
PKG lwt
|
||||
FLG -w +K,+Y,+X
|
||||
|
|
|
|||
2
_tags
2
_tags
|
|
@ -125,4 +125,4 @@
|
|||
# OASIS_STOP
|
||||
<tests/*.ml{,i}>: thread
|
||||
<threads/*.ml{,i}>: thread
|
||||
<**/*.ml>: warn_K, warn_Y, warn_X
|
||||
<{string,core}/**/*.ml>: warn_K, warn_Y, warn_X
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue