fix compile warning

pull/219/head
Wu Shuang 2016-01-07 21:31:06 +08:00
parent fc8b649466
commit 8554dc6e3e
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ STBIRDEF int stbir_resize_region( const void *input_pixels , int input_w , int
#ifdef STBIR_DEBUG
#define STBIR__DEBUG_ASSERT STBIR_ASSERT
#else
#define STBIR__DEBUG_ASSERT
#define STBIR__DEBUG_ASSERT(x) (void)(x)
#endif
// If you hit this it means I haven't done it yet.