From 117a7364be7c25e875906f5cde32bd7dca002a19 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Tue, 15 Aug 2017 02:26:24 -0700 Subject: [PATCH] [merlin] disable warning 60 (unused module declaration) Summary: Every module declared but not used in the same source file is warned about currently. Disable the noisy warning. For instance, before this diff (and after "M-x merlin-restar-process"): 1. open AbstractInterpreter.ml 2. merlin shows a warning for `module Make` inside emacs Reviewed By: jberdine Differential Revision: D5621383 fbshipit-source-id: c175e5d --- infer/src/.merlin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/src/.merlin b/infer/src/.merlin index 6822d2620..3a5f6ac8b 100644 --- a/infer/src/.merlin +++ b/infer/src/.merlin @@ -15,7 +15,7 @@ PKG xmlm PKG yojson PKG zip FLG -principal -safe-string -short-paths -strict-formats -strict-sequence -FLG -w +a-4-9-40-41-42-45-48 +FLG -w +a-4-9-40-41-42-45-48-60 FLG -open InferBaseStdlib -open InferGenerated -open InferModules S backend S base