aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cerrors.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-12-14 14:44:25 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2016-12-14 14:44:25 +0100
commit41ed905f57ec62162aac5be5bd5551b7b753e88d (patch)
treede865e0f9093c03fc764f2194a7f4476c160256f /cparser/Cerrors.mli
parent680444f180c750078a77b0591cd5c19e632612d6 (diff)
downloadcompcert-41ed905f57ec62162aac5be5bd5551b7b753e88d.tar.gz
compcert-41ed905f57ec62162aac5be5bd5551b7b753e88d.zip
Added warning for inline asm in sdump. Bug 20593
Diffstat (limited to 'cparser/Cerrors.mli')
-rw-r--r--cparser/Cerrors.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Cerrors.mli b/cparser/Cerrors.mli
index 56894c87..8501cfa0 100644
--- a/cparser/Cerrors.mli
+++ b/cparser/Cerrors.mli
@@ -44,6 +44,7 @@ type warning_type =
| Literal_range (** literal ranges *)
| Unknown_pragmas (** unknown/unsupported pragma *)
| CompCert_conformance (** features that are not part of the CompCert C core language *)
+ | Inline_asm_sdump (** inline assembler used in combination of sdump *)
val warning : (string * int) -> warning_type -> ('a, Format.formatter, unit, unit, unit, unit) format6 -> 'a
(** [warning (f,c) w fmt arg1 ... argN] formats the arguments [arg1] to [argN] as warining according to