]> granicus.if.org Git - openssl/commit
Add -DDEBUG_UNUSED to --strict-warnings
authorMatt Caswell <matt@openssl.org>
Fri, 6 Mar 2015 14:22:22 +0000 (14:22 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 23 Mar 2015 15:22:36 +0000 (15:22 +0000)
commit913f1042b3801bfa0e366922060507949e4af280
treeb78d373add7fc8532a04e213e3c820b65e003cde
parentd2a5c40d0c5c4bfe2bec28070c3a0075f5bbdced
Add -DDEBUG_UNUSED to --strict-warnings

In order to receive warnings on unused function return values the flag
-DDEBUG_UNUSED must be passed to the compiler. This change adds that for the
--strict-warnings Configure option.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Configure