liberasurecode/src
Pete Zaitcev 3564b711b4 Remove get_chksum to hush warnings
This popped up because Fedora mandates warning-free builds,
and get_chksum triggers a warning because it returns an
unaligned pointer (it is so analigned, static analysis in
the compiler can detect it).

The easiest fix is to remove it altogether. We think it should
be safe, because:

 - The function is not listed in any headers
 - Its counterpart is called "set_checksum", not "set_chksum"
 - PyECLib does not use it

We also hush some doxygen warnings about wrong comments.

Change-Id: Ie5bc736f912706e0ffd507765abd24e7f4761233
2019-02-13 00:46:52 -06:00
..
backends Stop using ceill() to compute padded data size 2017-06-06 14:53:45 -04:00
builtin flat_xor_hd: better validate args 2017-09-13 20:46:19 +00:00
utils/chksum Use zlib for CRC-32 2017-07-06 17:40:38 +00:00
Makefile.am Use zlib for CRC-32 2017-07-06 17:40:38 +00:00
erasurecode.c Remove get_chksum to hush warnings 2019-02-13 00:46:52 -06:00
erasurecode_helpers.c Remove get_chksum to hush warnings 2019-02-13 00:46:52 -06:00
erasurecode_postprocessing.c Un-inline get/set_metatdata_chksum 2017-07-06 18:02:02 +00:00
erasurecode_preprocessing.c Add Phazr.IO libphazr backend to liberasurecode 2017-02-28 11:14:11 -08:00