Kaydet (Commit) 71907bb0 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

-Wunused-macros

Change-Id: Ia147a72a4bbd5cec45a2a74b721a81ff8c4340c2
üst 6e9be7c8
......@@ -99,18 +99,6 @@ struct splash
#define PROGRESS_YOFFSET 18
#define PROGRESS_BARSPACE 2
#define UINT8( x ) ( (unsigned int)( ( (uint8_t *)( x ) )[0] ) )
#define UINT16( x ) ( ( (unsigned int)( ( (uint8_t *)( x ) )[0] ) ) + \
( ( (unsigned int)( ( (uint8_t *)( x ) )[1] ) ) << 8 ) )
#define UINT32( x ) ( ( (unsigned int)( ( (uint8_t *)( x ) )[0] ) ) + \
( ( (unsigned int)( ( (uint8_t *)( x ) )[1] ) ) << 8 ) + \
( ( (unsigned int)( ( (uint8_t *)( x ) )[2] ) ) << 16 ) + \
( ( (unsigned int)( ( (uint8_t *)( x ) )[3] ) ) << 24 ) )
#define MAX( x, y ) ( ( (x) > (y) )? (x): (y) )
/* libpng-1.2.41 */
#ifndef PNG_TRANSFORM_GRAY_TO_RGB
# define PNG_TRANSFORM_GRAY_TO_RGB 0x2000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment