mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-10 21:23:57 -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 core
|
||||||
S misc
|
S misc
|
||||||
|
S string
|
||||||
S tests
|
S tests
|
||||||
S examples
|
S examples
|
||||||
B _build/core
|
B _build/core
|
||||||
B _build/misc
|
B _build/misc
|
||||||
|
B _build/string
|
||||||
B _build/tests
|
B _build/tests
|
||||||
B _build/examples
|
B _build/examples
|
||||||
PKG oUnit
|
PKG oUnit
|
||||||
|
|
@ -11,3 +13,4 @@ PKG bench
|
||||||
PKG threads
|
PKG threads
|
||||||
PKG threads.posix
|
PKG threads.posix
|
||||||
PKG lwt
|
PKG lwt
|
||||||
|
FLG -w +K,+Y,+X
|
||||||
|
|
|
||||||
2
_tags
2
_tags
|
|
@ -125,4 +125,4 @@
|
||||||
# OASIS_STOP
|
# OASIS_STOP
|
||||||
<tests/*.ml{,i}>: thread
|
<tests/*.ml{,i}>: thread
|
||||||
<threads/*.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