freebsd-ports/textproc/wordnet
Mikhail Teterin 3824e4931d textproc/wordnet: fix newly-flagged compiler warnings
clang15 used by current is stricter -- probably, incorrectly so.
For example, -Wstrict-prototypes will now flag the following:

	int fun(void);

	...

	int fun()
	{
	}

The definition must have an explicit "void"... There was also a
variable, which was set -- and even incremented -- but the of its
value was commented out in the upstream code decades ago. The
compiler now flags it -- correctly -- as set, but not used.
2023-02-10 00:16:51 -05:00
..
files textproc/wordnet: fix newly-flagged compiler warnings 2023-02-10 00:16:51 -05:00
scripts
distinfo
Makefile
pkg-descr
pkg-plist