summaryrefslogtreecommitdiff
path: root/diag-control.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify conditional branching in diag-control.h.Denis Ovsienko2023-02-181-43/+43
* diag-control.h: improve a comment. [skip ci]Guy Harris2022-07-131-3/+3
* diag-control.h: define PCAP_DO_PRAGMA() iff we're going to use it.Guy Harris2022-07-121-1/+1
* Test PCAP_IS_AT_LEAST_CLANG_VERSION(2,8) before testing _MSC_VER.Guy Harris2022-03-211-55/+58
* Revert the DIAG_{OFF,ON}_PTR_TO_INT changes.Guy Harris2022-01-021-43/+1
* Oops, missed an _ when typing the DIAG_*_PTR_TO_INT stuff in.Guy Harris2022-01-011-1/+1
* Have a separate DIAG_OFF_ for pointer-to-integer narrowing.Guy Harris2022-01-011-1/+43
* Use __builtin_unreachable(). [skip ci]Denis Ovsienko2021-08-061-0/+16
* Define DIAG_OFF_FORMAT_TRUNCATION better.Denis Ovsienko2021-07-311-5/+12
* Suppress temporarily the warnings with "enable remote packet capture"Francois-Xavier Le Bail2021-06-291-0/+15
* Remove trailing spacesFrancois-Xavier Le Bail2020-12-291-1/+1
* grammar: squelch warnings about switch statements with only a default case.Guy Harris2020-07-031-3/+4
* bpf_filter: suppress "switch has only a default case" warning.Guy Harris2020-07-031-0/+16
* NPF: squelch some warnings about enum values not handled in switches.Guy Harris2020-07-031-0/+20
* Expand a comment.Guy Harris2020-05-301-1/+1
* Add pcap_handle(), and deprecate pcap_fileno(), on Windows.Guy Harris2020-05-301-1/+2
* Suppress warnings about the deprecation of gethostbyname().Guy Harris2018-09-141-2/+33
* Don't do push/pop when suppressing warnings in grammar.y.Guy Harris2018-09-131-26/+8
* Squelch more narrowing warnings.Guy Harris2018-09-121-0/+27
* No, Bison *doesn't* have that problem. It's Flex.Guy Harris2018-05-301-4/+2
* Suppress unused-parameter warnings in Bison-generated code.Guy Harris2018-05-301-2/+8
* Update a comment.Guy Harris2018-05-061-2/+1
* Suppress unreachable-code warnings in generated code in MSVC.Guy Harris2018-05-061-3/+16
* Turn on -Wunreachable-code and suppress it in generated code.Guy Harris2018-05-061-42/+70
* Ignore unused-parameter warnings in Flex code when compiling with GCC.Guy Harris2018-04-041-1/+2
* Enable -Wunused-parameter and fix warnings that are almost trivial.Joerg Mayer2018-04-021-1/+2
* Suppress more narrowing warnings.Guy Harris2018-03-311-1/+2
* Suppress narrowing warnings in Flex-generated code.Guy Harris2018-03-311-2/+3
* Add -Wmissing-noreturn to compiler warnings and fix all fixable warnings.Joerg Mayer2018-03-281-1/+2
* Turn off -Wdocumentation warning for Flex-generated code.Joerg Mayer2018-03-271-1/+7
* Clean up comments.Guy Harris2018-03-211-15/+4
* We need at least GCC 4.6 for pushing and popping warnings.Guy Harris2018-03-211-7/+13
* Suppress GCC/Clang warnings in Flex-generated code.Guy Harris2018-03-211-3/+51
* Suppress warnings in Flex-generated code.Guy Harris2018-03-201-0/+13
* Fix indentation.Guy Harris2018-03-201-1/+1
* Squelch more warnings in Bison-generated code.Guy Harris2018-03-201-1/+4
* Fix header.Guy Harris2018-03-201-1/+1
* Suppress some warnings in Bison-generated code.Guy Harris2018-03-201-21/+36
* Fix a tyqo.Guy Harris2018-02-241-1/+1
* We need pcap/compiler-tests.h in diag-control.h.Guy Harris2018-02-241-0/+2
* With some versions of GCC we need to suppress dianostics in grammar.h.Guy Harris2018-02-241-0/+88