Removed build warnings 39/149439/3 accepted/tizen/unified/20170915.191023 submit/tizen/20170914.095319
authorSejun Park <sejun79.park@samsung.com>
Tue, 12 Sep 2017 08:32:33 +0000 (17:32 +0900)
committerSejun Park <sejun79.park@samsung.com>
Thu, 14 Sep 2017 04:43:13 +0000 (13:43 +0900)
commit8ef085211486a4b4198a3c30774819ab9b141c45
tree7a91117ccd6b7ec8b4a937f7295eb6920b53b6fb
parent95ce8918b9057b9a0e611f54634752abb0bcce75
Removed build warnings

Change-Id: I178a9b8ca73b8ea99adf3cf5db492557c4a1583f
16 files changed:
include/exynos_gscaler.h [changed mode: 0755->0644]
libgscaler/libgscaler.cpp [changed mode: 0755->0644]
libgscaler/libgscaler_obj.cpp [changed mode: 0755->0644]
libgscaler/libgscaler_obj.h [changed mode: 0755->0644]
libswconverter/csc_BGRA8888_to_RGBA8888_NEON.s [changed mode: 0755->0644]
libswconverter/csc_BGRA8888_to_YUV420SP_NEON.s [changed mode: 0755->0644]
libswconverter/csc_RGBA8888_to_YUV420SP_NEON.s [changed mode: 0755->0644]
libswconverter/csc_interleave_memcpy_neon.s [changed mode: 0755->0644]
libswconverter/csc_linear_to_tiled_crop_neon.s [changed mode: 0755->0644]
libswconverter/csc_linear_to_tiled_interleave_crop_neon.s [changed mode: 0755->0644]
libswconverter/csc_tiled_to_linear_crop_neon.s [changed mode: 0755->0644]
libswconverter/csc_tiled_to_linear_deinterleave_crop_neon.s [changed mode: 0755->0644]
libswconverter/csc_tiled_to_linear_uv_deinterleave_neon.s [changed mode: 0755->0644]
libswconverter/csc_tiled_to_linear_uv_neon.s [changed mode: 0755->0644]
libswconverter/csc_tiled_to_linear_y_neon.s [changed mode: 0755->0644]
libswconverter/swconvertor.c [changed mode: 0755->0644]