summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2010-08-28 06:10:22 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2010-08-28 06:10:22 +0000
commit647e1917eea456a72e262102df153a1104a2eb6b (patch)
tree234532857faa61c48cf7bdce11387d1a3e680143
parentf754f23e141544de831ef56cede84ecc45465991 (diff)
downloadocaml-647e1917eea456a72e262102df153a1104a2eb6b.tar.gz
use default warnings
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.12@10659 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/labltk/browser/shell.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/shell.ml b/otherlibs/labltk/browser/shell.ml
index be93ef5fda..1f1492de99 100644
--- a/otherlibs/labltk/browser/shell.ml
+++ b/otherlibs/labltk/browser/shell.ml
@@ -254,7 +254,7 @@ let may_exec =
let path_sep = if is_win32 then ";" else ":"
-let warnings = ref "Al"
+let warnings = ref Warnings.defaults_w
let program_not_found prog =
Jg_message.info ~title:"Error"