Commit 04958e84 authored by Richard Levitte's avatar Richard Levitte
Browse files

Appease clang -Wgnu-statement-expression



We use GNU statement expressions in crypto/md32_common.h, surrounded
by checks that GNU C is indeed used to compile.  It seems that clang,
at least on Linux, pretends to be GNU C, therefore finds the statement
expressions and then warns about them.

The solution is to have clang be quiet about it.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent c25dea53
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment