]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lz_extend.h
Stop force-inlining everything marked 'inline'
[wimlib] / include / wimlib / lz_extend.h
index cbbe88fdf09c246ad0c3ea79c9a55c1b6f475fc1..26f0ce5cd11be42f76bbee3508d16e6c119d9772 100644 (file)
@@ -28,7 +28,7 @@
  * Return the number of bytes at @matchptr that match the bytes at @strptr, up
  * to a maximum of @max_len.  Initially, @len bytes are matched.
  */
-static inline u32
+static forceinline u32
 lz_extend(const u8 * const strptr, const u8 * const matchptr,
          u32 len, const u32 max_len)
 {