summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-08 23:42:13 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 20:13:22 +0100
commitb6cfa3cfa660622997a52f00a9f0376339c0f743 (patch)
treed66fbd43befb663b8db5a9f36b764716885dcb9c /src
parentc3c20c0603c82151684d2fa9d6dd872fb25fe20d (diff)
Add VERIFY_BV21_ERROR.
Diffstat (limited to 'src')
-rw-r--r--src/verify.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 87d52d44..4b4442e4 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -51,6 +51,7 @@ public:
*/
enum Type {
VERIFY_ERROR,
+ VERIFY_BV21_ERROR, ///< may not always be considered an error, but violates a "shall" requirement of Bv2.1
VERIFY_WARNING
};