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

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