NCAR / ccpp-scm

CCPP Single Column Model
Other
13 stars 50 forks source link

GNU -Wall Warning Reduction: ampersand and tabs #425

Open scrasmussen opened 8 months ago

scrasmussen commented 8 months ago

Reducing GNU -Wall warnings per issue #495.

Commits solve 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.