mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:27:30 +03:00
checksrc: allow disabling warnings on FIXME/TODO comments
Follow-up to 71ace9f3c1
Closes #19048
This commit is contained in:
parent
6deea19eb4
commit
497b3f022e
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ my %warnings = (
|
|||
'EQUALSNULL' => 'if/while comparison with == NULL',
|
||||
'ERRNOVAR' => 'use of bare errno define',
|
||||
'EXCLAMATIONSPACE' => 'Whitespace after exclamation mark in expression',
|
||||
'FIXME' => 'FIXME or TODO comment',
|
||||
'FOPENMODE' => 'fopen needs a macro for the mode string',
|
||||
'INCLUDEDUP', => 'same file is included again',
|
||||
'INDENTATION' => 'wrong start column for code',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue