X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tools%2Fpatcheck;h=fe52938f299636002f15954dd2ea3563c0302c57;hb=7c4287b27628346321981b2529bff028f119c870;hp=101a542ff321902b09f6b867d1ced46df91c2f99;hpb=185aa5e896e15ae96145609944bfc6bbb239bc64;p=ffmpeg diff --git a/tools/patcheck b/tools/patcheck index 101a542ff32..fe52938f299 100755 --- a/tools/patcheck +++ b/tools/patcheck @@ -50,7 +50,6 @@ hiegrep ';;' 'double ;' $* hiegrep2 '\b_[a-zA-Z0-9_]{1,}' '__(asm|attribute)([^a-zA-Z0-9]|$)' 'reserved identifer' $* hiegrep '//[-/<\* ]*$' 'empty comment' $* hiegrep '/\*[-<\* ]*\*/' 'empty comment' $* -hiegrep 'for *\( *'"$ERE_PRITYP"' ' 'not gcc 2.95 compatible' $* hiegrep '(static|inline|const) *\1[^_a-zA-Z]' 'duplicate word' $* hiegrep 'INIT_VLC_USE_STATIC' 'forbidden ancient vlc type' $* hiegrep '=[-+\*\&] ' 'looks like compound assignment' $*