File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -783,19 +783,22 @@ function get_default_profiles(error) result(default_profiles)
783
783
& new_profile(' debug' , &
784
784
& ' caf' , &
785
785
& OS_ALL, &
786
- & flags = ' -Wall -Wextra -Wimplicit-interface -fPIC -fmax-errors=1 -g -fcheck=bounds&
786
+ & flags = ' -Wall -Wextra -Wimplicit-interface -Wno-external-argument-mismatch&
787
+ & -fPIC -fmax-errors=1 -g -fcheck=bounds&
787
788
& -fcheck=array-temps -fbacktrace' , &
788
789
& is_built_in= .true. ), &
789
790
& new_profile(' debug' , &
790
791
& ' gfortran' , &
791
792
& OS_ALL, &
792
- & flags = ' -Wall -Wextra -Wimplicit-interface -fPIC -fmax-errors=1 -g -fcheck=bounds&
793
+ & flags = ' -Wall -Wextra -Wimplicit-interface -Wno-external-argument-mismatch&
794
+ & -fPIC -fmax-errors=1 -g -fcheck=bounds&
793
795
& -fcheck=array-temps -fbacktrace -fcoarray=single' , &
794
796
& is_built_in= .true. ), &
795
797
& new_profile(' debug' , &
796
798
& ' f95' , &
797
799
& OS_ALL, &
798
- & flags = ' -Wall -Wextra -Wimplicit-interface -fPIC -fmax-errors=1 -g -fcheck=bounds&
800
+ & flags = ' -Wall -Wextra -Wimplicit-interface -Wno-external-argument-mismatch&
801
+ & -fPIC -fmax-errors=1 -g -fcheck=bounds&
799
802
& -fcheck=array-temps -Wno-maybe-uninitialized -Wno-uninitialized -fbacktrace' , &
800
803
& is_built_in= .true. ), &
801
804
& new_profile(' debug' , &
Original file line number Diff line number Diff line change @@ -873,7 +873,7 @@ subroutine fpm_081_table(table)
873
873
874
874
allocate (character (len= 0 ) :: fpm)
875
875
fpm = fpm// NL// ' package-name = "fpm"'
876
- fpm = fpm// NL// ' fortran-flags = " -Wall -Wextra -fPIC -fmax-errors=1 -g "'
876
+ fpm = fpm// NL// ' fortran-flags = " -Wall -Wextra -Wno-external-argument-mismatch - fPIC -fmax-errors=1 -g "'
877
877
fpm = fpm// NL// ' c-flags = ""'
878
878
fpm = fpm// NL// ' cxx-flags = ""'
879
879
fpm = fpm// NL// ' link-flags = ""'
@@ -1144,7 +1144,7 @@ subroutine fpm_model_invalid(error)
1144
1144
1145
1145
allocate (character (len= 0 ) :: fpm)
1146
1146
fpm = fpm// NL// ' package-name = "fpm"'
1147
- fpm = fpm// NL// ' fortran-flags = " -Wall -Wextra -fPIC -fmax-errors=1 -g "'
1147
+ fpm = fpm// NL// ' fortran-flags = " -Wall -Wextra -Wno-external-argument-mismatch - fPIC -fmax-errors=1 -g "'
1148
1148
fpm = fpm// NL// ' c-flags = ""'
1149
1149
fpm = fpm// NL// ' cxx-flags = ""'
1150
1150
fpm = fpm// NL// ' link-flags = ""'
You can’t perform that action at this time.
0 commit comments