You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 19%] Building Fortran object utils/CMakeFiles/copygb2.dir/copygb2.F90.o
/home/ed/NCEPLIBS-g2/utils/copygb2.F90:824:14:
824 | IDS,IBS,NBS, &
| 1
Warning: Unused dummy argument ‘ibs’ at (1) [-Wunused-dummy-argument]
/home/ed/NCEPLIBS-g2/utils/copygb2.F90:824:10:
824 | IDS,IBS,NBS, &
| 1
Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument]
/home/ed/NCEPLIBS-g2/utils/copygb2.F90:820:29:
820 | SUBROUTINE CPGB1(LG1,LX1,M1, &
| 1
Warning: Unused dummy argument ‘m1’ at (1) [-Wunused-dummy-argument]
/home/ed/NCEPLIBS-g2/utils/copygb2.F90:826:17:
826 | LGM,LXM,MM, &
| 1
Warning: Unused dummy argument ‘mm’ at (1) [-Wunused-dummy-argument]
/home/ed/NCEPLIBS-g2/utils/copygb2.F90:824:18:
824 | IDS,IBS,NBS, &
| 1
Warning: Unused dummy argument ‘nbs’ at (1) [-Wunused-dummy-argument]
/home/ed/NCEPLIBS-g2/utils/copygb2.F90:591:25:
591 | CHARACTER CBUFB(MBUF)
| 1
Warning: Array ‘cbufb’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
/home/ed/NCEPLIBS-g2/utils/copygb2.F90:586:41:
586 | JPDSB,JB,JBK,LAB,AB,LAM,AM,LXX,LWG, &
| 1
Warning: Unused dummy argument ‘lwg’ at (1) [-Wunused-dummy-argument]
[ 19%] Linking Fortran executable copygb2
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: