diff options
author | Matt Caswell <matt@openssl.org> | 2015-03-05 11:14:40 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2015-03-23 16:23:00 +0100 |
commit | 4bcdb4a6019e57b3de077b17940e18befe745531 (patch) | |
tree | 22c3e411c2ea106a4a6cc295bbeb00810ba9be22 /GitConfigure | |
parent | Add -DDEBUG_UNUSED to --strict-warnings (diff) | |
download | openssl-4bcdb4a6019e57b3de077b17940e18befe745531.tar.xz openssl-4bcdb4a6019e57b3de077b17940e18befe745531.zip |
Check libssl function returns
Mark most functions returning a result defined in any libssl header file
with __owur to warn if they are used without checking the return value.
Use -DUNUSED_RETURN compiler flag with gcc to activate these warnings.
Some functions returning a result are skipped if it is common and valid to
use these functions without checking the return value.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'GitConfigure')
0 files changed, 0 insertions, 0 deletions