NCAR / ccpp-physics

GFS physics for CCPP
Other
58 stars 146 forks source link

GNU -Wall Warning Reduction #1049

Open scrasmussen opened 8 months ago

scrasmussen commented 8 months ago

Reducing GNU -Wall warnings per issue #495.

Commits fix the following warning flags implied in -Wall

Compiler Flag Description
-Wampersand Warn about missing ampersand in continued character constants
-Wtabs By default, tabs are accepted as whitespace, but tabs are not members of the Fortran Character Set.
-Wline-truncation Warn when a source code line will be truncated
-Wcharacter-truncation Warn when a character assignment will truncate the assigned string
-Wreturn-type Warn when return value is not set
grantfirl commented 4 months ago

This should also be targeted at ufs-community:ufs/dev