diff options
author | Guy Harris <gharris@sonic.net> | 2020-05-31 01:50:20 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-05-31 01:50:20 -0700 |
commit | 35bfb718dc84ff9beac6bb3e0c9c817a12dee3f8 (patch) | |
tree | 25ddbc04da1c3dca14f888450dbe4db6370cd7e3 /pcap-usb-linux.c | |
parent | 9fab5c9a546eeb47885bc2937cedf1b20fa4370e (diff) |
For now, we can't use -Werror.
There are a ton of "hey, that snprintf might truncate output!" warnings
(yes, we know, the API has a bunch of hard length limits, so we'll have
to have a different API, with mallocated message buffers, to eliminate
them, and suppressing the warnings runs the risk of turning into a game
of Whack-A-Mole), as well as some breakloop warnings on Linux that need
an API change to add a version of pcap_breakloop() that can return an
error indication.
Diffstat (limited to 'pcap-usb-linux.c')
0 files changed, 0 insertions, 0 deletions