]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[pfctl_tests] Add missing void to empty function declaration
authorAdrian Chadd <adrian@FreeBSD.org>
Thu, 15 Oct 2020 14:56:51 +0000 (14:56 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Thu, 15 Oct 2020 14:56:51 +0000 (14:56 +0000)
commitd80b9f8d51c71909abb829811f6351ab5c006b4e
tree5cbb37bd5259bdbafbd20bf04a5de1584abc1996
parentcdd9aa250e7e967bd90d2c14e859c88504b072c3
[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