mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
[core] fix stbi scan-build warning
This commit is contained in:
committed by
Andrey Volk
parent
39ce4abc45
commit
28099ce0e0
@@ -602,7 +602,7 @@ typedef unsigned char validate_uint32[sizeof(stbi__uint32)==4 ? 1 : -1];
|
||||
#ifdef _MSC_VER
|
||||
#define STBI_NOTUSED(v) (void)(v)
|
||||
#else
|
||||
#define STBI_NOTUSED(v) (void)sizeof(v)
|
||||
#define STBI_NOTUSED(v) (void)(v)
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user