Browse thread
change warning to error?
- Norman Ramsey
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Norman Ramsey <nr@e...> |
| Subject: | change warning to error? |
Is it possible to instruct ocamlc that the `partial match' warning should be treated as an error, i.e., that it stop compilation and produce no output? In using SML/NJ, I have found this option extremely useful---I don't have to worry about overlooking a warning in six pages of compiler output. Norman