Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

clang build of -current broken



Just cvs updated and tried building -current/amd64 with clang:
--- t1_lib.po ---
/archive/cvs/src/crypto/external/bsd/openssl/dist/ssl/t1_lib.c:1530:38: error: 
equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]
                        if ((s->ctx->next_proto_select_cb == NULL))
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/archive/cvs/src/crypto/external/bsd/openssl/dist/ssl/t1_lib.c:1530:38: note: 
remove extraneous parentheses around the comparison to silence this warning
                        if ((s->ctx->next_proto_select_cb == NULL))
                            ~                             ^      ~
/archive/cvs/src/crypto/external/bsd/openssl/dist/ssl/t1_lib.c:1530:38: note: 
use '=' to turn this equality comparison into an assignment
                        if ((s->ctx->next_proto_select_cb == NULL))
                                                          ^~
                                                          =
1 error generated.

 Thomas


Home | Main Index | Thread Index | Old Index