@@ -3,7 +3,7 @@ OUT="$(mktemp)"
cat > "$IN"
-gnatmake "$IN" -o "$OUT" -gnatwA
+gnatmake "$IN" -o "$OUT" -w -gnatws
if [ -f $OUT ]; then
exec "$OUT"