gpt4 book ai didi

c++ - silence -Wparentheses-相等错误

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:00:07 27 4
gpt4 key购买 nike

我在 osx 10.8 上使用 boost 1.48 和 gcc 版本 4.2.1 构建 som 软件,我已经开始收到一些 boost 源的 -Wparentheses-equality 警告。

  equality comparison with extraneous parentheses
[-Werror,-Wparentheses-equality]
else if((state->type == syntax_element_long_set_rep))

我会更改代码,但我不想修改库,我该如何消除警告并让编译器继续?

最佳答案

来自GCC manual :

Most of these have both positive and negative forms; the negative form of -ffoo would be -fno-foo.

试试 -Wno-parentheses-equality

关于c++ - silence -Wparentheses-相等错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12231151/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com