Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 07:49:08 -0800 (PST)
From:      David Malone <dwmalone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/checknr Makefile checknr.c
Message-ID:  <200202271549.g1RFn8U01969@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2002/02/27 07:49:07 PST

  Modified files:
    usr.bin/checknr      Makefile checknr.c 
  Log:
  1) Don't use -Wall in Makefile.
  2) Don't compile vendor ID.
  3) WARNS=4 fixes (constness, make a global local to avoid shadowing, unused
     parameters, rename local to avoid shadowing, remove junk after #endif)
  4) remove some "register"s.
  
  Revision  Changes    Path
  1.3       +1 -1      src/usr.bin/checknr/Makefile
  1.5       +33 -31    src/usr.bin/checknr/checknr.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?200202271549.g1RFn8U01969>