Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mirage/mirage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 871583431656
Choose a base ref
...
head repository: mirage/mirage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f10c95d7fae
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 24, 2016

  1. Copy the full SHA
    c9f41f6 View commit details
  2. Merge pull request #633 from hannesm/disable-42

    disable warning 42; fixes #621; agreeing with @gasche argument; no 4.01 compat
    yomimono authored Oct 24, 2016
    Copy the full SHA
    4f10c95 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/mirage.ml
2 changes: 1 addition & 1 deletion lib/mirage.ml
Original file line number Diff line number Diff line change
@@ -1473,7 +1473,7 @@ let configure_makefile ~target ~root ~name ~warn_error info =
append fmt "PKGS = %s" packages;
let default_tags =
(if warn_error then "warn_error(+1..49)," else "") ^
"warn(A-4-41-44),debug,bin_annot,\
"warn(A-4-41-42-44),debug,bin_annot,\
strict_sequence,principal,safe_string"
in
begin match target with