We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b11447 commit 698db44Copy full SHA for 698db44
lkql_checker/src/gnatcheck-compiler.adb
@@ -110,11 +110,10 @@ package body Gnatcheck.Compiler is
110
if GPRConfig_Exec = null then
111
GPRConfig_Exec := Locate_Exec_On_Path ("codepeer-gprconfig");
112
113
- -- If the result is still null, raise a fatal error. We cannot
114
- -- continue the analysis execution.
+ -- If the result is still null, return the empty list, meaning
+ -- that no target is available.
115
116
- Error ("cannot locate gprconfig executable");
117
- raise Fatal_Error;
+ return Res;
118
end if;
119
120
0 commit comments