closedcaption: comment out unused function
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 14 Aug 2018 10:42:02 +0000 (12:42 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 14 Aug 2018 11:31:49 +0000 (13:31 +0200)
commit85f142a8e2dcbff540de660a3c53f1f1a3220031
treefefca23bbc20a9b2f5a78b4623e1d141eba5c01c
parent808b404e88526b8cf4cba6a32718e649f1390192
closedcaption: comment out unused function

When compiling with clang-6 this error raises:

raw_decoder.c:411:1: error: unused function 'cpr1204_crc'
[-Werror,-Wunused-function]

This patch only comments it out.

https://bugzilla.gnome.org/show_bug.cgi?id=796957
ext/closedcaption/raw_decoder.c