Skip to content

Commit

Permalink
Eliminate Warning 50 on 4.02.3
Browse files Browse the repository at this point in the history
Documentation comments on polymorphic variant constructors wasn't
supported until GPR#477 in 4.03.0
  • Loading branch information
dra27 committed Jun 25, 2019
1 parent 6e930b8 commit 11ee7aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/core/opamSystem.mli
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ val copy_dir: string -> string -> unit

val mv: string -> string -> unit

type install_warning = [ `Add_exe (** [.exe] had to be added *)
| `Install_dll (** Installation of [.dll] to bin/libexec *)
| `Install_script (** Installation of script on Windows *)
| `Install_unknown (** Installation of unknown file to bin/libexec *)
| `Cygwin (** Installation of a Cygwin-linked executable *)
| `Cygwin_libraries (** Installation of a binary linked to a Cygwin library *)
type install_warning = [ `Add_exe (* [.exe] had to be added *)
| `Install_dll (* Installation of [.dll] to bin/libexec *)
| `Install_script (* Installation of script on Windows *)
| `Install_unknown (* Installation of unknown file to bin/libexec *)
| `Cygwin (* Installation of a Cygwin-linked executable *)
| `Cygwin_libraries (* Installation of a binary linked to a Cygwin library *)
]
(** Warnings which come from {!install} *)

Expand Down

0 comments on commit 11ee7aa

Please sign in to comment.