enable warnings

This commit is contained in:
Simon Cruanes 2014-05-17 00:59:07 +02:00
parent 2674349871
commit 2dc743965b
2 changed files with 4 additions and 1 deletions

View file

@ -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
View file

@ -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