There is an error with clang (tested with 3.6.1):
examples/ip_pipeline/config_check.c:63:26: error: comparison of integers of
different signs: 'uint32_t' (aka 'unsigned int') and 'int'
[-Werror,-Wsign-compare]
APP_CHECK((app->n_links == __builtin_popcountll(app->port_mask)),
From: Jasvinder Singh
After loading configuration from a file, data integrity is checked.
Signed-off-by: Jasvinder Singh
---
examples/ip_pipeline/Makefile |1 +
examples/ip_pipeline/config_check.c | 396 +++
examples/ip_pipeline/main.c |2
2 matches
Mail list logo