aboutsummaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-07-27 19:02:51 +0000
committerDimitry Andric <dim@FreeBSD.org>2022-07-27 19:13:59 +0000
commit24e8823ef579b99b32c00a7a126a78f91727498a (patch)
tree8c2ec2de7cea444bb51842ce1d5aac38646a70ca /.arcconfig
parent02a226ac342f0fb622e654e461c41f4f588f4186 (diff)
downloadsrc-24e8823ef579b99b32c00a7a126a78f91727498a.tar.gz
src-24e8823ef579b99b32c00a7a126a78f91727498a.zip
Adjust function definition in isa's pnp.c to avoid clang 15 warning
With clang 15, the following -Werror warning is produced: sys/isa/pnp.c:118:24: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] pnp_send_initiation_key() ^ void This is because pnp_send_initiation_key() is declared with a (void) argument list, but defined with an empty argument list. Make the definition match the declaration. MFC after: 3 days
Diffstat (limited to '.arcconfig')
0 files changed, 0 insertions, 0 deletions