You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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:
@@ -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' $*
|
||||||
|
Reference in New Issue
Block a user