------- Comment #3 from pinskia at gcc dot gnu dot org 2009-05-18 00:36 ------- Hmm, The warning is a bit weird because the return type of strlen is size_t which is unsigned int on i686-linux-gnu and unsigned long on x86_64-linux-gnu but we ignore the signness for some reason.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40179