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)),
                   ~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/thomas/projects/dpdk/dpdk/examples/ip_pipeline/app.h:518:8: note: 
expanded from macro 'APP_CHECK'
        if (!(exp)) {                                                   \
              ^


Reply via email to