Commit dc04d592 authored by Nils Goroll's avatar Nils Goroll

silence flexelint

parent d0a81307
......@@ -41,6 +41,7 @@
#include "shard_cfg.h"
#include "shard_hash.h"
/*lint -esym(749, shard_change_task_e::*) */
enum shard_change_task_e {
_INVALID = 0,
CLEAR,
......
......@@ -28,6 +28,8 @@
* SUCH DAMAGE.
*/
/*lint -e801 */
#include "config.h"
#include <stdlib.h>
......
......@@ -6,6 +6,8 @@
* TODO: integrate in vmodtool.py or replace with something else
*/
/*lint -e801 */
#include "shard_parse_vcc_enums.h"
#define term(c) ((c) == '\0')
......
......@@ -17,6 +17,8 @@ enum alg_e {
enum alg_e parse_alg_e (const char *);
/*lint -esym(769, by_e::_BY_E_MAX) */
enum by_e {
_BY_E_INVALID = 0,
BY_HASH,
......@@ -26,9 +28,10 @@ enum by_e {
_BY_E_MAX
};
enum by_e parse_by_e (const char *);
/*lint -esym(769, healthy_e::_HEALTHY_E_MAX) */
enum healthy_e {
_HEALTHY_E_INVALID = 0,
CHOSEN,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment