[zeromq-dev] [PATCH] zfl ICC build

Mikko Koppanen mikko.koppanen at gmail.com
Sat Oct 23 02:30:17 CEST 2010


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Removed-pointless-asserts.patch
Type: application/octet-stream
Size: 927 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20101023/002b9081/attachment.obj>


More information about the zeromq-dev mailing list