mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
patcheck: check for pointer arrays that are not const.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
9b8eedd736
commit
be4aac302b
@ -42,6 +42,7 @@ hiegrep2(){
|
|||||||
cat $TMP
|
cat $TMP
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hiegrep 'static[^(]*\*[a-zA-Z_]*\[' 'pointer array is not const' $*
|
||||||
hiegrep '[[:space:]]$' 'trailing whitespace' $*
|
hiegrep '[[:space:]]$' 'trailing whitespace' $*
|
||||||
hiegrep "$(echo x | tr 'x' '\t')" 'tabs' $*
|
hiegrep "$(echo x | tr 'x' '\t')" 'tabs' $*
|
||||||
#hiegrep ':\+$' 'Empty lines' $*
|
#hiegrep ':\+$' 'Empty lines' $*
|
||||||
|
Loading…
Reference in New Issue
Block a user