Commit f338f6b7 authored by Davis King's avatar Davis King

Fixed a linker error that happens on gcc.

parent 2d0df035
...@@ -34,7 +34,7 @@ namespace dlib ...@@ -34,7 +34,7 @@ namespace dlib
#else // defined(_MSC_VER) #else // defined(_MSC_VER)
#define DLIB_FORCE_INLINE __attribute__((always_inline)) #define DLIB_FORCE_INLINE __attribute__((always_inline)) inline
inline uint32 murmur_rotl32 ( uint32 x, int8 r ) inline uint32 murmur_rotl32 ( uint32 x, int8 r )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment