summaryrefslogtreecommitdiff
path: root/tests/mailmap/mailmap_testdata.h
Commit message (Collapse)AuthorAgeFilesLines
* tests: mailmap: avoid definition of unused static variablesPatrick Steinhardt2018-11-281-23/+0
| | | | | | | | | | | The mailmap testdata header contains a set of static variable definitions. As these variables aren't used in all places where they are used, they trigger the unused-const-variable warnings. As we have currently disabled those warnings explicitly, they are never triggered, but we intend to enable them. Avoid the issue by only keeping variable definitions that are actually used in all locations. Move the others to where they are used.
* mailmap: API and style cleanupNika Layzell2018-06-141-0/+44