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
a96c0059
Commit
a96c0059
authored
Mar 18, 2011
by
Peter Ross
Committed by
Michael Niedermayer
Mar 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patcheck: warn about assert usage
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
133055c5
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 @
a96c0059
...
...
@@ -82,6 +82,7 @@ hiegrep '(:\+|,|;)( *|static|\*)*'"$ERE_PRITYP"' *\*( |\*)*(src|source|input|in[
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'
$*
hiegrep
'@file: *[a-zA-Z0-9_]'
'doxy filetag with filename can in the future cause problems when forgotten during a rename'
$*
hiegrep
'\bassert'
'Please use av_assert0, av_assert1 or av_assert2'
$*
hiegrep2
'\.long_name *='
'NULL_IF_CONFIG_SMAL'
'missing NULL_IF_CONFIG_SMAL'
$*
hiegrep2
'\.pix_fmts *= *\('
'const'
'missing const for pix_fmts array'
$*
...
...
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