Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
70ec53a0
Commit
70ec53a0
authored
Feb 27, 2009
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Detect static prototypes.
Originally committed as revision 17649 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f55e1812
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
patcheck
tools/patcheck
+1
-0
No files found.
tools/patcheck
View file @
70ec53a0
...
...
@@ -68,6 +68,7 @@ hiegrep '& *[a-zA-Z0-9_]* *\[ *0 *\]' 'useless & [0]' $*
hiegrep
'(\( *[0-9] *(&&|\|\|)|(&&|\|\|) *[0-9] *\))'
'overriding condition'
$*
hiegrep
'(:\+|,|;)( *|static|\*)*'
"
$ERE_PRITYP
"
' *\*( |\*)*(src|source|input|in[^a-z])'
'missing const?'
$*
hiegrep
'(:\+|,|;)( *|static|\*)*'
"
$ERE_PRITYP
"
' *(src|source|input|in)([0-9A-Z_][0-9A-Za-z_]*){1,} *\['
'missing const (test2)?'
$*
hiegrep
' *static *'
"
$ERE_FUNCS
"
'[^)]*\);'
'static prototype, maybe you should reorder your functions'
$*
hiegrep2
'\.long_name *='
'NULL_IF_CONFIG_SMAL'
'missing NULL_IF_CONFIG_SMAL'
$*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment