Skip to content

Commit

Permalink
Patch murmurhash for gcc 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Simpson committed Jan 26, 2013
1 parent d832e24 commit e1be540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thirdparty/MurmurHash3.cpp
Expand Up @@ -29,7 +29,7 @@

#else // defined(_MSC_VER)

#define FORCE_INLINE __attribute__((always_inline))
#define FORCE_INLINE __attribute__((always_inline)) inline

inline uint32_t rotl32 ( uint32_t x, int8_t r )
{
Expand Down

0 comments on commit e1be540

Please sign in to comment.