]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[pfctl_tests] Add missing void to empty function declaration
authoradrian <adrian@FreeBSD.org>
Thu, 15 Oct 2020 14:56:51 +0000 (14:56 +0000)
committeradrian <adrian@FreeBSD.org>
Thu, 15 Oct 2020 14:56:51 +0000 (14:56 +0000)
commit3f7706147b0c689b6ff18f98ce8d6637b19653c5
tree5cbb37bd5259bdbafbd20bf04a5de1584abc1996
parent612597803a429cc4be844f0f61297c4977041ee7
[pfctl_tests] Add missing void to empty function declaration

Our gcc-6.4 flags require non-empty function declarations.
Fix this to match the rest of the codebase.

Tested:

* compiled on gcc-6.4 for amd64

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D26795
sbin/pfctl/tests/pfctl_test.c