We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e398a72 commit b043349Copy full SHA for b043349
src/rt/miniz.cpp
@@ -391,7 +391,7 @@ typedef unsigned char mz_validate_uint64[sizeof(mz_uint64)==8 ? 1 : -1];
391
#ifdef _MSC_VER
392
#define MZ_FORCEINLINE __forceinline
393
#elif defined(__GNUC__)
394
- #define MZ_FORCEINLINE __attribute__((__always_inline__))
+ #define MZ_FORCEINLINE inline __attribute__((__always_inline__))
395
#else
396
#define MZ_FORCEINLINE
397
#endif
0 commit comments