Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2003 22:40:35 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/diff prepend_args.c
Message-ID:  <200301080640.h086eZmI038043@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/01/07 22:40:35 PST

  Modified files:
    contrib/diff         prepend_args.c 
  Log:
  Add #include "diff.h" in order to get the prototype for xmalloc().
  The corresponding warning has been ignored for ages:
    prepend_args.c:75: warning: initialization makes pointer from integer
    without a cast
  This is fatal on ia64.  You cannot convert an implicit int return from
  an undeclared function to a pointer as you've lost the upper 32 bits.
  On ia64, the warning is "pointer from different sized integer".
  
  (This file is not vendor branched)
  
  Revision  Changes    Path
  1.2       +1 -0      src/contrib/diff/prepend_args.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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