aboutsummaryrefslogtreecommitdiff
path: root/tests/expected/unused-warning.txt
Commit message (Collapse)AuthorAgeFilesLines
* Let arguments be able to reference their macroMiquel Sabaté Solà2026-07-071-2/+2
| | | | | | | | | | | | | | The enum type for macro arguments has been adjusted so it accepts a String. This is then used to store the name of the macro for this argument. This is a bit of a circlejerk, but in the end it stems from the fact that macro arguments were sort of a hack defined ad-hoc each time they were needed. That being said, if we want to report macro arguments being unused, we need to reference the actual macro definition, not the macro call. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* ci: override LC_ALL for a more consistent 'sort'Miquel Sabaté Solà2026-04-301-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* tests: adapt to the new 'unused' checksMiquel Sabaté Solà2026-04-301-1/+3
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Add a warning for each unused variableMiquel Sabaté Solà2025-09-021-0/+1
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>