Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 2004 08:34:02 GMT
From:      Dima Dorfman <dd@FreeBSD.org>
To:        dan@obluda.cz, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: bin/71662: [PATCH] cleanup of the usr.sbin/ifmcast code
Message-ID:  <200409130834.i8D8Y2ls032527@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [PATCH] cleanup of the usr.sbin/ifmcast code

State-Changed-From-To: open->closed
State-Changed-By: dd
State-Changed-When: Mon Sep 13 08:33:44 GMT 2004
State-Changed-Why: 
Committed, thanks!

When you make changes like this, it's a good idea to see if you can
clamp down the program to a higher WARNS level. In this case, the
program compiles cleanly with WARNS=2 after your change, so I set
that. Setting WARNS in the Makefile makes sure that future changes to
the program don't cause more warnings. Since WARNS means that warnings
will break the build, though, it's good to be able to test the change
on more than one architecture to make sure you don't miss any
platform-specific issues.

http://www.freebsd.org/cgi/query-pr.cgi?pr=71662



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