Skip to content

Commit

Permalink
remove some warning suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
butterunderflow committed Aug 3, 2024
1 parent ee409b6 commit 931a3ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions bin/main.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[@@@warning "-32"]

module S = Syntax
module C = Typing.Check
module Lo = Lam.Compile
Expand Down Expand Up @@ -45,9 +43,6 @@ let read_file filename =
Some s)
else None

let out_sexp oc s =
Printf.fprintf oc "%s\n" (Sexplib.Sexp.to_string_hum ?indent:(Some 2) s)

let default_output_file = "a.out"

let get_output_file () =
Expand Down
2 changes: 0 additions & 2 deletions lib/typing/typedtree.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ open Sexplib.Conv
open Types_in
module T = Syntax.Parsetree

[@@@warning "-17"]

type constant = T.constant [@@deriving sexp]

type expr =
Expand Down

0 comments on commit 931a3ed

Please sign in to comment.