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
..
2015-03-10 11:47:46 +01:00
2015-05-11 15:51:14 +02:00
2015-03-10 11:47:46 +01:00
2014-09-17 11:27:50 +02:00
2014-09-17 11:27:50 +02:00
2014-11-27 16:21:11 +01:00
2014-11-27 16:21:11 +01:00