aboutsummaryrefslogtreecommitdiff
path: root/diag-control.h
AgeCommit message (Expand)Author
2022-07-13diag-control.h: improve a comment. [skip ci]Guy Harris
2022-07-13diag-control.h: define PCAP_DO_PRAGMA() iff we're going to use it.Guy Harris
2022-03-21Test PCAP_IS_AT_LEAST_CLANG_VERSION(2,8) before testing _MSC_VER.Guy Harris
2022-02-20Revert the DIAG_{OFF,ON}_PTR_TO_INT changes.Guy Harris
2022-02-20Oops, missed an _ when typing the DIAG_*_PTR_TO_INT stuff in.Guy Harris
2022-02-20Have a separate DIAG_OFF_ for pointer-to-integer narrowing.Guy Harris
2022-02-20Use __builtin_unreachable(). [skip ci]Denis Ovsienko
2022-02-20Define DIAG_OFF_FORMAT_TRUNCATION better.Denis Ovsienko
2021-06-29Suppress temporarily the warnings with "enable remote packet capture"Francois-Xavier Le Bail
2020-12-29Remove trailing spacesFrancois-Xavier Le Bail
2020-07-03grammar: squelch warnings about switch statements with only a default case.Guy Harris
2020-07-03bpf_filter: suppress "switch has only a default case" warning.Guy Harris
2020-07-03NPF: squelch some warnings about enum values not handled in switches.Guy Harris
2020-05-30Expand a comment.Guy Harris
2020-05-30Add pcap_handle(), and deprecate pcap_fileno(), on Windows.Guy Harris
2018-09-14Suppress warnings about the deprecation of gethostbyname().Guy Harris
2018-09-13Don't do push/pop when suppressing warnings in grammar.y.Guy Harris
2018-09-12Squelch more narrowing warnings.Guy Harris
2018-05-30No, Bison *doesn't* have that problem. It's Flex.Guy Harris
2018-05-30Suppress unused-parameter warnings in Bison-generated code.Guy Harris
2018-05-06Update a comment.Guy Harris
2018-05-06Suppress unreachable-code warnings in generated code in MSVC.Guy Harris
2018-05-06Turn on -Wunreachable-code and suppress it in generated code.Guy Harris
2018-04-04Ignore unused-parameter warnings in Flex code when compiling with GCC.Guy Harris
2018-04-02Enable -Wunused-parameter and fix warnings that are almost trivial.Joerg Mayer
2018-03-31Suppress more narrowing warnings.Guy Harris
2018-03-31Suppress narrowing warnings in Flex-generated code.Guy Harris
2018-03-28Add -Wmissing-noreturn to compiler warnings and fix all fixable warnings.Joerg Mayer
2018-03-27Turn off -Wdocumentation warning for Flex-generated code.Joerg Mayer
2018-03-21Clean up comments.Guy Harris
2018-03-21We need at least GCC 4.6 for pushing and popping warnings.Guy Harris
2018-03-21Suppress GCC/Clang warnings in Flex-generated code.Guy Harris
2018-03-20Suppress warnings in Flex-generated code.Guy Harris
2018-03-20Fix indentation.Guy Harris
2018-03-20Squelch more warnings in Bison-generated code.Guy Harris
2018-03-20Fix header.Guy Harris
2018-03-20Suppress some warnings in Bison-generated code.Guy Harris
2018-02-24Fix a tyqo.Guy Harris
2018-02-24We need pcap/compiler-tests.h in diag-control.h.Guy Harris
2018-02-24With some versions of GCC we need to suppress dianostics in grammar.h.Guy Harris