toxcore/toxencryptsave
iphydf f8ab32aaa4
Add a check that we don't have any unused functions.
This check puts all of our code in a C++ anonymous namespace, which is
effectively making all functions `static`. This allows the compiler to
determine that a function is unused, so we can delete it.
2020-05-02 22:00:09 +01:00
..
crypto_pwhash_scryptsalsa208sha256 Add a check that we don't have any unused functions. 2020-05-02 22:00:09 +01:00
BUILD.bazel Use nullptr as NULL pointer constant instead of NULL or 0. 2018-01-30 23:35:50 +00:00
defines.h Remove tokstyle exemptions from build files. 2020-04-16 11:05:08 +00:00
Makefile.inc Remove utils.c and utils.h from toxencryptsave build. 2018-06-25 20:27:21 +00:00
toxencryptsave.api.h Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
toxencryptsave.c Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
toxencryptsave.h Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00