Fix build error for upgrading toolchain 69/111169/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170120.125034 accepted/tizen/ivi/20170120.081654 accepted/tizen/mobile/20170120.081607 accepted/tizen/tv/20170120.081623 accepted/tizen/unified/20170309.033505 accepted/tizen/wearable/20170120.081639 submit/tizen/20170120.060632 submit/tizen_unified/20170308.100408
authorSeokHoon Lee <andy.shlee@samsung.com>
Fri, 20 Jan 2017 01:21:01 +0000 (10:21 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Fri, 20 Jan 2017 01:21:24 +0000 (10:21 +0900)
commitd41599748a5fbdf268a4a7a483ec9d6f483b1631
tree60ee5de8f06dea0ed8d39c8102b540759dac2f72
parent811b9d8fab27c855ea9df405fa384717d3f9bd67
Fix build error for upgrading toolchain

Different semantics for inline functions
While -std=gnu89 employs the GNU89 inline semantics, -std=gnu11 uses the
C99 inline semantics.
For further informaion, please refer to
'https://gcc.gnu.org/gcc-5/porting_to.html'

Remove unused function.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I8e7d567f35e3c82d7437619e7a4dab869a9ec3bb
packaging/libmm-streamrecorder.spec
src/include/mm_streamrecorder_util.h
src/mm_streamrecorder_util.c