diff options
| author | Maxime Dénès | 2017-11-15 08:48:33 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-11-15 08:48:33 +0100 |
| commit | 72f9bc46d6df56f8a5d28acbd6c3cfb544cefcb3 (patch) | |
| tree | 640407a38cc96645a66ccb7754ace80092fdfe22 /API/API.ml | |
| parent | 8d176db01baf9fb4a5e07decb9500ef4a8717e93 (diff) | |
| parent | 6bd240fce21c172680a0cec5346b66e08c76418a (diff) | |
Merge PR #6045: [travis] [coq] Complete 4.06.0 support.
Diffstat (limited to 'API/API.ml')
| -rw-r--r-- | API/API.ml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/API/API.ml b/API/API.ml index 9a67e3111f..f588fe193a 100644 --- a/API/API.ml +++ b/API/API.ml @@ -20,6 +20,10 @@ (******************************************************************************) module Coq_config = Coq_config +(* Reexporting deprecated symbols throu module aliases triggers a + warning in 4.06.0 *) +[@@@ocaml.warning "-3"] + (******************************************************************************) (* Kernel *) (******************************************************************************) |
