]> git-server-git.apps.pok.os.sepia.ceph.com Git - jerasure.git/commit
add missing return value to functions that require it
authorLoic Dachary <loic@dachary.org>
Thu, 6 Mar 2014 00:29:12 +0000 (01:29 +0100)
committerLoic Dachary <loic@dachary.org>
Thu, 6 Mar 2014 00:38:29 +0000 (01:38 +0100)
commitd4730bfd7d7c65850221083dcaf837a3a5672fe8
treed7ec13960c22f7e4a854d5ba04d6c786d1322ba2
add missing return value to functions that require it

Signed-off-by: Loic Dachary <loic@dachary.org>
73 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Examples/Makefile.am [new file with mode: 0644]
Examples/Makefile.in [new file with mode: 0644]
Examples/cauchy_01.c [new file with mode: 0644]
Examples/cauchy_02.c [new file with mode: 0644]
Examples/cauchy_03.c [new file with mode: 0644]
Examples/cauchy_04.c [new file with mode: 0644]
Examples/decoder.c [new file with mode: 0644]
Examples/encoder.c [new file with mode: 0644]
Examples/jerasure_01.c [new file with mode: 0644]
Examples/jerasure_02.c [new file with mode: 0644]
Examples/jerasure_03.c [new file with mode: 0644]
Examples/jerasure_04.c [new file with mode: 0644]
Examples/jerasure_05.c [new file with mode: 0644]
Examples/jerasure_06.c [new file with mode: 0644]
Examples/jerasure_07.c [new file with mode: 0644]
Examples/jerasure_08.c [new file with mode: 0644]
Examples/liberation_01.c [new file with mode: 0644]
Examples/makefile.orig [new file with mode: 0644]
Examples/reed_sol_01.c [new file with mode: 0644]
Examples/reed_sol_02.c [new file with mode: 0644]
Examples/reed_sol_03.c [new file with mode: 0644]
Examples/reed_sol_04.c [new file with mode: 0644]
Examples/reed_sol_test_gf.c [new file with mode: 0644]
Examples/reed_sol_time_gf.c [new file with mode: 0644]
Examples/test_all_gfs.sh [new file with mode: 0755]
Examples/time_all_gfs_argv_init.sh [new file with mode: 0755]
INSTALL [new file with mode: 0644]
License.txt [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
Manual.pdf [new file with mode: 0644]
NEWS [new file with mode: 0644]
PERF.txt [new file with mode: 0644]
README [new file with mode: 0644]
README.nd [new file with mode: 0644]
README.txt [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
include/cauchy.h [new file with mode: 0644]
include/config.h.in [new file with mode: 0644]
include/config.h.in~ [new file with mode: 0644]
include/galois.h [new file with mode: 0644]
include/jerasure.h [new file with mode: 0644]
include/liberation.h [new file with mode: 0644]
include/reed_sol.h [new file with mode: 0644]
install-sh [new file with mode: 0755]
ltmain.sh [new file with mode: 0644]
m4/ax_check_compile_flag.m4 [new file with mode: 0644]
m4/ax_ext.m4 [new file with mode: 0644]
m4/ax_gcc_x86_avx_xgetbv.m4 [new file with mode: 0644]
m4/ax_gcc_x86_cpuid.m4 [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
makefile.orig [new file with mode: 0644]
missing [new file with mode: 0755]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/cauchy.c [new file with mode: 0644]
src/cauchy_best_r6.c [new file with mode: 0644]
src/galois.c [new file with mode: 0644]
src/jerasure.c [new file with mode: 0644]
src/liberation.c [new file with mode: 0644]
src/reed_sol.c [new file with mode: 0644]