Skip to content
Snippets Groups Projects
Commit f8ef4515 authored by Julien Signoles's avatar Julien Signoles
Browse files

Merge branch 'fix/e-acsl/unused-rec' into 'master'

[e-acsl] Removes a compilation warning about an unused rec flag.

See merge request frama-c/frama-c!3326
parents 45fcba9e dc6d6761
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ let rec interv_of_typ ty = match Cil.unrollType ty with
| TNamed _ ->
assert false
let rec extended_interv_of_typ ty = match interv_of_typ ty with
let extended_interv_of_typ ty = match interv_of_typ ty with
| Ival iv ->
let l,u = Ival.min_int iv, Ival.max_int iv in
let u = match u with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment