numam-dpdk/examples/ip_pipeline
Thomas Monjalon 0fbcba7b36 examples/ip_pipeline: fix build with clang 3.6
This error is detected:
    examples/ip_pipeline/cmdline.c:272:15: error: address of array
          'params->file_path' will always evaluate to 'true'
            if (!params->file_path) {
                ~~~~~~~~~^~~~~~~~~

file_path is an array in a structure so it's unneeded to check it.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2015-05-19 17:35:22 +02:00
..
cmdline.c examples/ip_pipeline: fix build with clang 3.6 2015-05-19 17:35:22 +02:00
config.c tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00
init.c apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
ip_pipeline.cfg examples/pipeline: packet framework sample 2014-06-17 03:34:11 +02:00
ip_pipeline.sh examples/pipeline: packet framework sample 2014-06-17 03:34:11 +02:00
main.c tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00
main.h examples: no more bare metal environment 2014-11-27 13:09:59 +01:00
Makefile mbuf: remove build option to disable refcnt 2015-02-23 19:31:24 +01:00
pipeline_firewall.c mbuf: remove rte_ctrlmbuf 2014-09-17 11:27:50 +02:00
pipeline_flow_classification.c mbuf: remove rte_ctrlmbuf 2014-09-17 11:27:50 +02:00
pipeline_ipv4_frag.c examples/pipeline: packet framework sample 2014-06-17 03:34:11 +02:00
pipeline_ipv4_ras.c examples/pipeline: packet framework sample 2014-06-17 03:34:11 +02:00
pipeline_passthrough.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
pipeline_routing.c mbuf: remove rte_ctrlmbuf 2014-09-17 11:27:50 +02:00
pipeline_rx.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
pipeline_tx.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00