• R
    Appease clang -Wgnu-statement-expression · 04958e84
    Richard Levitte 提交于
    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: NRich Salz <rsalz@openssl.org>
    04958e84
Configure 72.6 KB