Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).
This commit is contained in:
parent
f347cf903c
commit
e3dff55a5e
|
@ -63,7 +63,7 @@ extern "C" {
|
|||
#include <inttypes.h>
|
||||
#endif
|
||||
#ifndef __GNUC_STDC_INLINE__
|
||||
#define __GNUC_STDC_INLINE__
|
||||
#define __GNUC_STDC_INLINE__ 1
|
||||
#endif
|
||||
#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
|
||||
#define UNUSED __attribute__((unused))
|
||||
|
|
Loading…
Reference in New Issue