summaryrefslogtreecommitdiffstats
path: root/libmdocml.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmdocml.h')
-rw-r--r--libmdocml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmdocml.h b/libmdocml.h
index 97337c2e..b7426a7d 100644
--- a/libmdocml.h
+++ b/libmdocml.h
@@ -47,6 +47,7 @@ struct md_args {
int warnings;
#define MD_WARN_ALL (1 << 0)
+#define MD_WARN_ERROR (1 << 1)
int verbosity;
};