You've already forked code_examples_server
mirror of
https://github.com/AdaCore/code_examples_server.git
synced 2026-02-12 12:45:18 -08:00
Activate GNAT warnings when running Ada snippets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user