]> wimlib.net Git - wimlib/blobdiff - include/wimlib/compiler.h
LZMS: decompression optimizations
[wimlib] / include / wimlib / compiler.h
index a1f513f5da76cb7632a59e10a749bb665fc2b72d..11eaa2398f2a560dd336872c1e355a9d2d955fcf 100644 (file)
 #  define _format_attribute(type, format_str, format_start)
 #endif
 
+#ifndef noinline
+#  define noinline
+#endif
+
 #ifndef CPU_IS_BIG_ENDIAN
 #  error "missing required definition of CPU_IS_BIG_ENDIAN"
 #endif