summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cparser/Elab.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Elab.ml b/cparser/Elab.ml
index d19b988..871d545 100644
--- a/cparser/Elab.ml
+++ b/cparser/Elab.ml
@@ -1875,6 +1875,7 @@ let elab_fundef env spec name body loc =
env1
let elab_kr_fundef env spec name params defs body loc =
+ warning loc "Non-prototype, pre-standard function definition.@ Converting to prototype form.";
(* Check that the declarations only declare parameters *)
let check_one_decl (Init_name(Name(s, dty, attrs, loc'), ie)) =
if not (List.mem s params) then