Activate GNAT warnings when running Ada snippets

This commit is contained in:
Nicolas Setton
2019-02-07 11:41:24 -05:00
parent b53ad5363c
commit 6ca017238c

View File

@@ -158,7 +158,7 @@ def safe_run(workdir, mode):
main = doctor_main_gpr(workdir, False)
# In "run" mode, first build, and then launch the main
if c(["gprbuild", "-q", "-P", "main"]):
if c(["gprbuild", "-q", "-P", "main", "-gnatwa"]):
# We run:
# - as user 'unprivileged' that has no write access
# - under a timeout