iamnpc / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

lint warnings #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by fbarch...@google.com on 22 Mar 2012 at 6:24

GoogleCodeExporter commented 9 years ago
See attached gcl lint warnings

Original comment by fbarch...@google.com on 22 Mar 2012 at 6:25

Attachments:

GoogleCodeExporter commented 9 years ago
headers and most CC files now clean except for inline asm.

Original comment by fbarch...@google.com on 28 Mar 2012 at 5:27

GoogleCodeExporter commented 9 years ago
jpeg pointer style fixed and clean now
c:\src\libyuv\trunk\source>gcl lint starleft
Skipping file README.chromium
Done processing source\convert.cc
Done processing include\libyuv\video_common.h
Done processing include\libyuv\version.h
Done processing include\libyuv\mjpeg_decoder.h
Total errors found: 0

Original comment by fbarch...@google.com on 28 Mar 2012 at 7:39

GoogleCodeExporter commented 9 years ago
A version of lint that understands asm() is applied and r230 fixes most 
remaining lint warnings.  Remaining are a few attributes and Visual C inline.

Original comment by fbarch...@google.com on 29 Mar 2012 at 2:38

GoogleCodeExporter commented 9 years ago
fully lint free, but requires a patched lint that understands asm blocks.

Original comment by fbarch...@google.com on 30 Mar 2012 at 12:15