]> The Tcpdump Group git mirrors - tcpdump/commit
Fix some MSVC 14.0 warnings
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 7 Feb 2024 09:05:26 +0000 (10:05 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 7 Feb 2024 09:06:44 +0000 (10:06 +0100)
commitd0defdf32bdc033eced9b816cbcc8c408015a00e
treebcfc0592649b9f724571e8faa9a0ea92f0105158
parent2fd7b16acb63b86d7291abb4c68c27e24bc50a85
Fix some MSVC 14.0 warnings

The warnings were:
util-print.c(518): warning C4028: formal parameter 3 different from
  declaration
util-print.c(579): warning C4028: formal parameter 3 different from
  declaration
util-print.c(589): warning C4028: formal parameter 3 different from
  declaration
util-print.c(601): warning C4028: formal parameter 4 different from
  declaration
util-print.c(634): warning C4028: formal parameter 1 different from
  declaration

It is a follow-up to 857656d29151f99a1c5de50a0c7574c3cf786241.
netdissect.h