diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-10-02 09:50:21 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-10-02 09:50:21 +0000 |
commit | a92af4d20eca654aaee4e542c431e4edf6f06e05 (patch) | |
tree | fddccf5a4a39bb68234fd829560e1bb3fad8034c /otherlibs/labltk/browser/shell.ml | |
parent | 68fd0810dd91b139d97c68c5a523cb7020c33061 (diff) |
warnings
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3825 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/shell.ml')
-rw-r--r-- | otherlibs/labltk/browser/shell.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/shell.ml b/otherlibs/labltk/browser/shell.ml index 52fe68820..b05a8fd5b 100644 --- a/otherlibs/labltk/browser/shell.ml +++ b/otherlibs/labltk/browser/shell.ml @@ -245,7 +245,7 @@ let may_exec = let path_sep = if Sys.os_type = "Win32" then ";" else ":" -let warnings = ref "A" +let warnings = ref "Al" let program_not_found prog = ignore begin |