[PATCH] size_t is guaranteed unsigned by standards

From: Kinkie <gkinkie_at_gmail.com>
Date: Sat, 8 Jan 2011 17:55:07 +0100

Hi all,
  C99 and C++ standards mandate size_t to be unsigned; the attached
patch comments out a branch of code in compat/xstring.cc which tests
for a size_t argument being <0. This is caught by icc as an error.

-- 
    /kinkie

Received on Sat Jan 08 2011 - 16:55:14 MST

This archive was generated by hypermail 2.2.0 : Sun Jan 09 2011 - 12:00:03 MST