]> git.tue.mpg.de Git - paraslash.git/commit
build: Compile with -Wunused -Wall also on BSD.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 Jan 2025 15:36:23 +0000 (16:36 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 20 Jan 2025 21:06:33 +0000 (22:06 +0100)
commita52ac4e207e8088f317dd2ec6ea940e5268e4569
treedb08e05f77ed08aa20b3bc45e26f483728b754cf
parent69bace22205b4bb01673f7c9873f57a43bd6a0f7
build: Compile with -Wunused -Wall also on BSD.

The new #define in oggdec_filter.c gets rid of the warnings such as

'OV_CALLBACKS_STREAMONLY_NOCLOSE' defined but not used [-Wunused-variable]

on NetBSD. With the patch applied, the code still compiles without
warnings. Tested on Linux, FreeBSD and Linux.
Makefile.real
oggdec_filter.c