mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 10:15:26 +00:00
0c419b5bab
The CPPCheck linter outputs 'char: null', which trips the phabricator-jenkins-plugin, and fails to lint on CI. To avoid this, filter out null values, since e.g. char is optional anyways. We do want to fail if non-optional values are missing. Differential Revision: https://code.wildfiregames.com/D3730 This was SVN commit r25112.