]> The Tcpdump Group git mirrors - tcpdump/commit
Suppress bogus C4738 from MSVC.
authorGuy Harris <[email protected]>
Mon, 7 Apr 2025 21:00:24 +0000 (14:00 -0700)
committerGuy Harris <[email protected]>
Tue, 8 Apr 2025 03:01:02 +0000 (20:01 -0700)
commitd8078c7fcb4d8260ca2e9ebb78f43d71894be639
tree8c1588cd73eba55bd4f04079c2e73b1717249752
parenta88068e61b536785bdd71e06ff6ff7b98f815085
Suppress bogus C4738 from MSVC.

Our trick to extract a big-endian IEEE floating-point number from a
packet confuses MSVC into thinking we're doing something we're not
doing, or maybe just that we might do so somewhere that it can't see.
Suppress the resulting warning.

This should fix issue #1318.
CMakeLists.txt