857158451b
1.Remove void cast for function because many place ignore the returned value witout cast 2.Replace void cast for variable with UNUSED macro Change-Id: Ie644129a563244a6397036789c4c3ea83c4e9b09 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Kconfig | ||
Make.defs | ||
Makefile | ||
README.txt | ||
tiff_addstrip.c | ||
tiff_finalize.c | ||
tiff_initialize.c | ||
tiff_internal.h | ||
tiff_utils.c |
README for the TIFF Creation Library ===================================== This directory contains a library that can be used to create TIFF image files. This file was created for the purpose of supporting screen dumps from an LCD. Howeve, the logic is general and could be used for most any purpose. The only usage documentation is in the (rather extensive) comments in the file apps/include/tiff.h Unit Test ========= See apps/examples/tiff