Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 1998 14:18:48 -0800 (PST)
From:      John Polstra <jdp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/include err.h
Message-ID:  <199810292218.OAA23920@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         1998/10/29 14:18:48 PST

  Modified files:
    include              err.h 
  Log:
  Add support for -Wformat consistency checking between format strings
  and their argument lists for the err(3) family of functions.  Note,
  I intentionally used __printflike instead of __printf0like for
  warnx.  Although a NULL format string is legal for that function, it
  doesn't make any sense.
  
  Revision  Changes    Path
  1.6       +7 -7      src/include/err.h

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?199810292218.OAA23920>