]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
galois.c: fix compiler warning 814/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 4 Nov 2013 22:30:47 +0000 (23:30 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 4 Nov 2013 22:35:09 +0000 (23:35 +0100)
commitd03924ca609becf6959022fdbbad7420edeb26c1
treec283038643242557f77b260cfbe3e3a0e6eea345
parentcd0d612e1abdf5c87082eeeccd4ca09dd14fd737
galois.c: fix compiler warning

galois_create_split_w8_tables() takes no parameter, remove '8' passed
to the function in one case.

osd/ErasureCodePluginJerasure/galois.c: In function 'galois_w32_region_multiply':
osd/ErasureCodePluginJerasure/galois.c:696:5: warning: call to function 'galois_create_split_w8_tables' without a real prototype [-Wunprototyped-calls]
In file included from osd/ErasureCodePluginJerasure/galois.c:53:0:
osd/ErasureCodePluginJerasure/galois.h:71:12: note: 'galois_create_split_w8_tables' was declared here

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/osd/ErasureCodePluginJerasure/galois.c