Skip to content

Fix compiler warnings#1138

Merged
pcarruscag merged 1 commit intodevelopfrom
fix_warnings
Dec 18, 2020
Merged

Fix compiler warnings#1138
pcarruscag merged 1 commit intodevelopfrom
fix_warnings

Conversation

@pcarruscag
Copy link
Copy Markdown
Member

  • My contribution generates no new compiler warnings (try with the '-Wall -Wextra -Wno-unused-parameter -Wno-empty-body' compiler flags, or simply --warnlevel=2 when using meson).

Comment on lines -991 to +992
RHOCVTR_INDEX, RHOCVVE_INDEX;
unsigned short T_INDEX, TVE_INDEX, VEL_INDEX, RHOCVTR_INDEX;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@WallyMaier @CatarinaGarbacz there is a bug here, RHOCVTR_INDEX is used below but not initialized.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@pcarruscag Thanks for catching. Ill take a look.

Also, thank you for catching all those spacing issues and such in NEMO!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

The IDE does the spaces for me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants