hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=db95ccf4ed0cde41b108b83dd7095dfe86ca1ce3

commit db95ccf4ed0cde41b108b83dd7095dfe86ca1ce3
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Mon Sep 21 13:52:57 2015 +0900

    eina: prevent compile warning.
    
    Inline function sometimes causes app compile warnings
    which applies strict compile option.
---
 src/lib/eina/eina_inline_hash.x | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/eina/eina_inline_hash.x b/src/lib/eina/eina_inline_hash.x
index 71b0208..ab87960 100644
--- a/src/lib/eina/eina_inline_hash.x
+++ b/src/lib/eina/eina_inline_hash.x
@@ -146,6 +146,8 @@ eina_hash_murmur3(const char *key, int len)
          k1 = _rotl32(k1, 16);
          k1 *= c2;
          h1 ^= k1;
+      default:
+         break;
      }
 
    h1 ^= len;

-- 


Reply via email to