maru-camera: Remove qualifier
authorjinhyung.jo <jinhyung.jo@samsung.com>
Mon, 13 Jul 2015 06:47:39 +0000 (15:47 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 13 Jul 2015 07:28:04 +0000 (16:28 +0900)
The pixman functions has no 'const' qualifier until version 0.27.2.
Because of the risk of the compilation error, remove the qualifier.

Change-Id: Ia35609ac182e68c6a2db60cd7ac648952fd0b21f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
tizen/src/hw/pci/maru_camera_qtimage.cpp

index 8060135cee672b5b5082c7bc3e1df8a730a3b963..12ff2e6b2d370e9279001bf5710e5d3e1fad3bd6 100644 (file)
@@ -52,7 +52,7 @@ enum pim_color {
     COLOR_MAX
 };
 
-static const pixman_color_t colors[] = {
+static pixman_color_t colors[] = {
     // { RED, GREEN, BLUE, ALPHA },
     // WHITE
     { 0xFF << 8, 0xFF << 8, 0xFF << 8, 0 },