Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CodeStyle] remove unused-local-typedefs warning on linux #47513

Merged
merged 1 commit into from Nov 1, 2022
Merged

[CodeStyle] remove unused-local-typedefs warning on linux #47513

merged 1 commit into from Nov 1, 2022

Conversation

GreatV
Copy link
Contributor

@GreatV GreatV commented Oct 31, 2022

PR types

Others

PR changes

Others

Describe

remove -Wno-error=unused-local-typedefs warning on linux.

λ cat build_before.log | grep "\[\-W" |grep -v party | awk '{print $NF}'|sort|uniq -c|sort -nr
      6 [-Wterminate]
      4 [-Wunused-variable]
      4 [-Wunused-local-typedefs]
      2 [-Wunknown-pragmas]
λ cat build_after.log | grep "\[\-W" |grep -v party | awk '{print $NF}'|sort|uniq -c|sort -nr
      6 [-Wterminate]
      4 [-Wunused-variable]
      2 [-Wunknown-pragmas]

@paddle-bot
Copy link

paddle-bot bot commented Oct 31, 2022

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added contributor External developers status: proposed labels Oct 31, 2022
@luotao1 luotao1 self-assigned this Nov 1, 2022
@luotao1 luotao1 merged commit 96f3696 into PaddlePaddle:develop Nov 1, 2022
@GreatV GreatV deleted the fix_linux_warning branch November 1, 2022 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants