Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2003 23:24:51 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh Makefile
Message-ID:  <200305020624.h426OpuR044407@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2003/05/01 23:24:51 PDT

  FreeBSD src repository

  Modified files:
    bin/sh               Makefile 
  Log:
  The is_name and is_in_name macros are FUBAR'ed.
  Due to the use of signed vs. unsigned chars on our various platforms, one gets
  "warning: comparison is always true due to limited range of data type"
  from GCC 3.3.
  
  Revision  Changes    Path
  1.39      +2 -0      src/bin/sh/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305020624.h426OpuR044407>