[zeromq-dev] [PATCH] zfl ICC build
Pieter Hintjens
ph at imatix.com
Sun Oct 24 19:53:03 CEST 2010
Hi Mikko,
Thanks - patch applied.
-Pieter
On Sat, Oct 23, 2010 at 2:30 AM, Mikko Koppanen
<mikko.koppanen at gmail.com> wrote:
> Hello,
>
> attached is a patch that removes asserts that cause following errors with ICC:
>
> zfl_blob.c(52): error #186: pointless comparison of unsigned integer with zero
> assert (size >= 0);
> ^
>
> zfl_blob.c(151): error #186: pointless comparison of unsigned integer with zero
> assert (size >= 0);
>
>
> In both cases size is size_t so these asserts should not be needed.
>
> --
> Mikko Koppanen
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
--
-
Pieter Hintjens
iMatix - www.imatix.com
More information about the zeromq-dev
mailing list