From 41ae1a0f0d86d2fc19f333ee23889c11beb0a4dd Mon Sep 17 00:00:00 2001 From: gramanas Date: Fri, 26 Oct 2018 16:00:29 +0300 Subject: Confort to pedantic std-c99 and update readme --- src/confparser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/confparser.h') diff --git a/src/confparser.h b/src/confparser.h index 94541c6..f4c52c3 100644 --- a/src/confparser.h +++ b/src/confparser.h @@ -24,6 +24,7 @@ enum ConfingVariables { CV_NO_VAL_OR_COMMENT, + CV_WRONG_VAL, #define X(var, str, name) CV_##var, CONFIG_VARIABLES_TABLE #undef X -- cgit v1.2.3