Hey Taro, On Sun, Jun 19, 2016 at 7:13 PM, Taro KOBAYASHI <[email protected]> wrote: > # HG changeset patch > # User Taro Kobayashi <[email protected]> > # Date 1466387734 -32400 > # Mon Jun 20 10:55:34 2016 +0900 > # Node ID f693bcc8e11e63bcbcdafda1b31a9c6a438fa36e > # Parent 04d8d1f8564989509f9b03085df1af7618b44be8 > With Werror and Wparentheses-equality option, > the following will be treated as error in Clang > > src/core/nginx.c:941:19: error: equality comparison with extraneous > parentheses > if (((*p) == '/')) { > ~~~~~^~~~~~
Fixing issue would be better than silencing the warning. Best regards, Piotr Sikora _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
