aboutsummaryrefslogtreecommitdiffstats
path: root/meson/suppressions
AgeCommit message (Collapse)AuthorFilesLines
2024-10-12Strengthen clang warnings on non-DarwinDavid Robillard1-2/+7
2024-10-12Use exhaustive switch statements everywhereDavid Robillard1-3/+0
2024-10-12Remove unused preprocessor symbolsDavid Robillard1-2/+0
2024-10-12Avoid use of non-literal format stringDavid Robillard1-2/+0
2024-10-12Avoid casting away constDavid Robillard1-1/+0
2024-10-12Enable unused parameter warningsDavid Robillard1-13/+0
These were fixed earlier (and the clang-tidy warning enabled), but the compiler flags were't strengthened.
2024-07-17Suppress new warnings in clang and clang-tidy 18David Robillard1-0/+1
2023-09-21Fix new warnings with clang 16David Robillard1-0/+3
2023-05-12Fix warnings in Qt buildDavid Robillard1-0/+2
2023-05-02Replace strict option with new meson warning levelDavid Robillard1-75/+109
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-1/+1
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway.
2022-08-17Switch to meson build systemDavid Robillard1-0/+146