summaryrefslogtreecommitdiff
path: root/diag-control.h
Commit message (Expand)AuthorAgeFilesLines
* 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