STATE_NKEY is not used anywhere and causes a compiler
Wswitch warning, hence just remove it.
Signed-off-by: Christian Storm <
christi...@siemens.com>
---
src/extended_config.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/extended_config.c b/src/extended_config.c
index 4dfed39..cd81b41 100644
--- a/src/extended_config.c
+++ b/src/extended_config.c
@@ -39,7 +39,6 @@ enum yaml_state {
STATE_NAMESPACE, /* Init Configuration Namespace */
STATE_NAMESPACE_FIELDS, /* namespace key list */
- STATE_NKEY, /* Check key names */
STATE_NSIZE, /* Size key-value pair */
STATE_NLOCKFILE, /* Lockfile key-value pair */
STATE_DEVVALUES, /* Devices key names */
--
2.55.0