mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-03-10 23:38:32 -04:00
disable warning 32 (unused val) in .merlin
This commit is contained in:
parent
fe1f4f653a
commit
de4ee9ce61
1 changed files with 1 additions and 1 deletions
2
.merlin
2
.merlin
|
|
@ -32,4 +32,4 @@ PKG threads
|
||||||
PKG threads.posix
|
PKG threads.posix
|
||||||
PKG lwt
|
PKG lwt
|
||||||
PKG bigarray
|
PKG bigarray
|
||||||
FLG -w +a -w -4 -w -44
|
FLG -w +a -w -4 -w -44 -w -32
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue