sapling/lib/cdatapack
Adam Simpkins c19eaaec97 fix a warning about an ignored const keyword
Summary:
Declaring a return value as `const` doesn't really make sense, and the
compiler simply ignores the keyword.

This removes the `const` keyword so that the code compiles cleanly when built
with `-Wignored-qualifiers`

Reviewed By: quark-zju

Differential Revision: D16635863

fbshipit-source-id: 5c1fd3689c7e8f5a68ba9211d6581b3a59f9cf28
2019-08-05 12:10:41 -07:00
..
cdatapack_dump.c hg: disable check-code tests for C code 2018-06-05 19:21:43 -07:00
cdatapack_get.c hg: disable check-code tests for C code 2018-06-05 19:21:43 -07:00
cdatapack.c fix a warning about an ignored const keyword 2019-08-05 12:10:41 -07:00
cdatapack.h fix a warning about an ignored const keyword 2019-08-05 12:10:41 -07:00
Makefile update cdatapack utilities to check open success 2018-05-24 11:30:48 -07:00