gralloc: Fix Compilation errors

Include -Wno-sign-conversion flag to avoid sign conversion warning.

Change-Id: I576ec57856ac1cab25ca657dcadbfbfa1dddf33c
diff --git a/common.mk b/common.mk
index 8b293bd..927b44f 100644
--- a/common.mk
+++ b/common.mk
@@ -12,7 +12,7 @@
 
 #Common C flags
 common_flags := -Wno-missing-field-initializers
-common_flags += -Wconversion -Wall -Werror
+common_flags += -Wconversion -Wall -Werror -Wno-sign-conversion
 common_flags += -DUSE_GRALLOC1
 ifeq ($(TARGET_IS_HEADLESS), true)
     common_flags += -DTARGET_HEADLESS