mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
[core] fix stbi scan-build warning
This commit is contained in:
parent
97276035dc
commit
53059f298a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user