svn commit: r320546 - in head/devel: . tradcpp tradcpp/files
Eitan Adler
eadler at freebsd.org
Tue Jun 11 16:34:08 UTC 2013
On Tue, Jun 11, 2013 at 12:55 PM, Baptiste Daroussin <bapt at freebsd.org> wrote:
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/devel/tradcpp/files/patch-directive.c Tue Jun 11 10:55:16 2013 (r320546)
> + static
> + void
> +-d_line(struct place *p, struct place *p2, char *line)
> ++d_line(struct place *p, struct place *p2 __unused, char *line __unused)
...
> +-d_pragma(struct place *p, struct place *p2, char *line)
> ++d_pragma(struct place *p, struct place *p2 __unused, char *line)
...
> +-filter_output(const struct place *p, const char *buf, size_t len)
> ++filter_output(const struct place *p __unused, const char *buf, size_t len)
Perhaps we could build without warnings instead of patching the
source? this would simplify the port and make it more obvious what is
being solved.
--
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams
More information about the svn-ports-head
mailing list