> Hi Marko,
> 
> I can see a compilation issue in the app.
> 
> /home/akhil/netperf/dpdk_up/dpdk-next-
> crypto/examples/fips_validation/fips_validation.c:
> In function 'get_file_line':
> /home/akhil/netperf/dpdk_up/dpdk-next-
> crypto/examples/fips_validation/fips_validation.c:31:25:
> error: comparison is always true due to limited range of data type [-
> Werror=type-limits]
>    while ((c = fgetc(fp)) != EOF) {
>                           ^~
> /home/akhil/netperf/dpdk_up/dpdk-next-
> crypto/examples/fips_validation/fips_validation.c:39:8:
> error: comparison is always false due to limited range of data type [-
> Werror=type-limits]
>    if (c == EOF)
>          ^~
> cc1: all warnings being treated as errors
> /home/akhil/netperf/dpdk_up/dpdk-next-crypto/mk/internal/rte.compile-
> pre.mk:114:
> recipe for target 'fips_validation.o' failed
> 

That didn’t pop up for me on my side when compiling but I see the error sending 
a fix now.

Thanks Akhil.

Reply via email to