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

Fix the "unknown-pragmas" compiler warning in Linux #51203

Merged
merged 1 commit into from
Mar 6, 2023
Merged

Fix the "unknown-pragmas" compiler warning in Linux #51203

merged 1 commit into from
Mar 6, 2023

Conversation

GreatV
Copy link
Contributor

@GreatV GreatV commented Mar 5, 2023

PR types

Others

PR changes

Others

Describe

Fix the "unknown-pragmas" compiler warning in Linux.

cat build.log |  grep "\[\-W" |grep -v party | awk '{print $NF}'|sort|uniq -c|sort -nr
     21 [-Wterminate]
      3 [-Wmaybe-uninitialized]
      2 [-Wunknown-pragmas]
cat build.log |  grep "\[\-W" |grep -v party | awk '{print $NF}'|sort|uniq -c|sort -nr
     21 [-Wterminate]
      3 [-Wmaybe-uninitialized]

@paddle-bot
Copy link

paddle-bot bot commented Mar 5, 2023

你的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 Mar 5, 2023
@GreatV
Copy link
Contributor Author

GreatV commented Mar 6, 2023

@luotao1 @zhiqiu

Copy link
Contributor

@zhiqiu zhiqiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@luotao1 luotao1 merged commit 731b407 into PaddlePaddle:develop Mar 6, 2023
@GreatV GreatV deleted the fix_unknown_pragmas_warning branch March 7, 2023 01:23
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.

3 participants